From 1df1d2641ce33247574a44abca3c7ed394f8498c Mon Sep 17 00:00:00 2001
From: Ketan <73937490+devketanpro@users.noreply.github.com>
Date: Wed, 27 Mar 2024 16:12:11 +0530
Subject: [PATCH] add byline and rearrange templates data [CPCN-674][CPCN-531]
(#168)
---
server/theme/email_item.fr_ca.html | 14 ++++++++------
server/theme/email_item.fr_ca.txt | 11 ++++++-----
server/theme/email_item.html | 14 ++++++++------
server/theme/email_item.txt | 11 ++++++-----
4 files changed, 28 insertions(+), 22 deletions(-)
diff --git a/server/theme/email_item.fr_ca.html b/server/theme/email_item.fr_ca.html
index bfa1d11..9442a65 100644
--- a/server/theme/email_item.fr_ca.html
+++ b/server/theme/email_item.fr_ca.html
@@ -1,18 +1,20 @@
{{ get_highlighted_field(item, ["headline"]) | safe }}
+
+ Voir cet élément dans votre compte: {{ url_for_wire(item, True, section) }}
+ {% if topic_name %}Nouvel élément pour votre sujet suivi: {{ topic_name }}
{% endif %}
+ {% if item.service %}Catégorie: {{ item.service[0].name }}
{% endif %}
+ Nombre de mots: {{ item.wordcount }}
+
+
{% if item.slugline %}Titre de rappel: {{ get_highlighted_field(item, ["slugline"]) | safe }}
{% endif %}
{% if item.source %}Source: {{ item.source }}
{% endif %}
Publié: {{ item.versioncreated | datetime_long }}
+ {% if item.byline %}{{ item.byline }}{% endif %}
{% if item.body_html %}{{ get_highlighted_field(item, ["body_html"]) | safe }}{% elif item.body_txt %}
{{ item.body_txt }}
{% endif %}
-
- Nombre de mots: {{ item.wordcount }}
- {% if item.service %}Catégorie: {{ item.service[0].name }}
{% endif %}
- {% if topic_name %}Nouvel élément pour votre sujet suivi: {{ topic_name }}
{% endif %}
- Voir cet élément dans votre compte: {{ url_for_wire(item, True, section) }}
-
diff --git a/server/theme/email_item.fr_ca.txt b/server/theme/email_item.fr_ca.txt
index da79db3..39d35af 100644
--- a/server/theme/email_item.fr_ca.txt
+++ b/server/theme/email_item.fr_ca.txt
@@ -1,12 +1,13 @@
{{ item.headline }}
+Voir cet élément dans votre compte: {{ url_for_wire(item, True, section) }}
+{% if topic_name %}Nouvel élément pour votre sujet suivi: {{ topic_name }}{% endif %}
+{% if item.service %}Catégorie: {{ item.service[0].name }}{% endif %}
+Nombre de mots: {{ item.wordcount }}
{% if item.slugline %}Titre de rappel: {{ item.slugline }}{% endif %}
{% if item.source %}Source: {{ item.source }}{% endif %}
Publié: {{ item.versioncreated | datetime_long }}
-{% if item.body_txt %}{{ item.body_txt }}{% elif item.body_html %}{{ item.body_html | plain_text }}{% endif %}
+{% if item.byline %}{{ item.byline }}{% endif %}
-Nombre de mots: {{ item.wordcount }}
-{% if item.service %}Catégorie: {{ item.service[0].name }}{% endif %}
-{% if topic_name %}Nouvel élément pour votre sujet suivi: {{ topic_name }}{% endif %}
-Voir cet élément dans votre compte: {{ url_for_wire(item, True, section) }}
+{% if item.body_txt %}{{ item.body_txt }}{% elif item.body_html %}{{ item.body_html | plain_text }}{% endif %}
diff --git a/server/theme/email_item.html b/server/theme/email_item.html
index cd92e42..abe404d 100644
--- a/server/theme/email_item.html
+++ b/server/theme/email_item.html
@@ -1,20 +1,22 @@
{{ get_highlighted_field(item, ["headline"]) | safe }}
+
+ View this item in your account: {{ url_for_wire(item, True, section) }}
+ {% if topic_name %}New item for followed topic: {{ topic_name }}
{% endif %}
+ {% if item.service %}Category: {{ item.service[0].name }}
{% endif %}
+ Word count: {{ item.wordcount }}
+
+
{% if item.slugline %}Slugline: {{ get_highlighted_field(item, ["slugline"]) | safe }}
{% endif %}
{% if item.source %}Source: {{ item.source }}
{% endif %}
Published: {{ item.versioncreated | datetime_long }}
+ {% if item.byline %}{{ item.byline }}{% endif %}
{% if item.body_html %}{{ get_highlighted_field(item, ["body_html"]) | safe }}{% elif item.body_txt %}
{{ item.body_txt }}
{% endif %}
-
- Word count: {{ item.wordcount }}
- {% if item.service %}Category: {{ item.service[0].name }}
{% endif %}
- {% if topic_name %}New item for followed topic: {{ topic_name }}
{% endif %}
- View this item in your account: {{ url_for_wire(item, True, section) }}
-
diff --git a/server/theme/email_item.txt b/server/theme/email_item.txt
index 4e36678..6eb99d5 100644
--- a/server/theme/email_item.txt
+++ b/server/theme/email_item.txt
@@ -1,12 +1,13 @@
{{ item.headline }}
+View this item in your account: {{ url_for_wire(item, True, section) }}
+{% if topic_name %}New item for followed topic: {{ topic_name }}{% endif %}
+{% if item.service %}Category: {{ item.service[0].name }}{% endif %}
+Word count: {{ item.wordcount }}
{% if item.slugline %}Slugline: {{ item.slugline }}{% endif %}
{% if item.source %}Source: {{ item.source }}{% endif %}
Published: {{ item.versioncreated | datetime_long }}
-{% if item.body_txt %}{{ item.body_txt }}{% elif item.body_html %}{{ item.body_html | plain_text }}{% endif %}
+{% if item.byline %}{{ item.byline }}{% endif %}
-Word count: {{ item.wordcount }}
-{% if item.service %}Category: {{ item.service[0].name }}{% endif %}
-{% if topic_name %}New item for followed topic: {{ topic_name }}{% endif %}
-View this item in your account: {{ url_for_wire(item, True, section) }}
\ No newline at end of file
+{% if item.body_txt %}{{ item.body_txt }}{% elif item.body_html %}{{ item.body_html | plain_text }}{% endif %}