-
Élément de couverture :
+
Élément de couverture :
{% if (planning_item.get('description_text') or planning_item.get('name') or '') != (item.definition_long or item.definition_short) %}
Description de l’élément de planification : {{ planning_item.get('description_text') or planning_item.get('name') or '' }}
@@ -54,7 +54,7 @@
Élément de couverture :
{% if planning_item.get('ednote') %}
- Note de la rédaction :
+ Note de la rédaction :
{{ planning_item.get('ednote') }}
{% endif %}
@@ -62,7 +62,7 @@
Élément de couverture :
{% if planning_item.get('coverages', []) %}
-
Couverture :
+
Couverture :
{% for cov in get_planning_coverages(item, planning_item._id) %}
diff --git a/server/theme/email_agenda.fr_ca.txt b/server/theme/email_agenda.fr_ca.txt
index 794d7e1..1560d1a 100644
--- a/server/theme/email_agenda.fr_ca.txt
+++ b/server/theme/email_agenda.fr_ca.txt
@@ -42,7 +42,7 @@ Voir cet élément dans votre compte : {{ url_for_agenda(item) }}
Type de couverture : {{ get_coverage_content_type(cov, recipient_language) }}
Statut de couverture : {{ get_coverage_status(cov) }}
Date et heure d’échéance de la couverture : {{ get_coverage_date(cov) }}
- Affecté à :
+ Affectée à :
{% if cov.get('assigned_desk_name') %}{{ cov['assigned_desk_name'] }}{% endif %}
{% if cov.get('assigned_desk_email') %}{{ cov['assigned_desk_email'] }}{% endif %}
{% if cov.get('assigned_user_name') %}{{ cov['assigned_user_name'] }}{% endif %}
diff --git a/server/theme/email_agenda.html b/server/theme/email_agenda.html
index 06a18c0..98733d5 100644
--- a/server/theme/email_agenda.html
+++ b/server/theme/email_agenda.html
@@ -1,6 +1,6 @@
{{ get_highlighted_field(item, ["headline", "name"]) | safe }}
-
View this item in your account : {{ url_for_agenda(item) }}
+
View this item in your account : {{ url_for_agenda(item) }}
{% if item.event %}
When : {{ dateString }} {{ get_event_state(item) }}