From: Guillaume Pellerin Date: Mon, 9 Dec 2013 16:44:33 +0000 (+0100) Subject: fix paragraphs X-Git-Tag: 2.8.1-pro~465^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=43300387993295bc204d040b66aa77847fe4769e;p=teleforma.git fix paragraphs --- diff --git a/teleforma/templates/teleforma/messages/seminar_remind.txt b/teleforma/templates/teleforma/messages/seminar_remind.txt index 8f0cf258..7a41df81 100644 --- a/teleforma/templates/teleforma/messages/seminar_remind.txt +++ b/teleforma/templates/teleforma/messages/seminar_remind.txt @@ -1,7 +1,9 @@ {% load i18n %}{% autoescape off %}{% blocktrans %}{{ gender }} {{ last_name }}, Certains de vos séminaires e-learning arrivent bientôt à expiration :{% endblocktrans %} -{% for seminar in seminars %}* "{% if seminar.sub_title %}{{ seminar.sub_title }}{% else %}{{ seminar.title }}{% endif %}" {% trans "expires on" %} {{ seminar.expiry_date }}.{% endfor %}{% blocktrans %} + +{% for seminar in seminars %} - "{% if seminar.sub_title %}{{ seminar.sub_title }}{% else %}{{ seminar.title }}{% endif %}" {% trans "expires on" %} {{ seminar.expiry_date }}.{% endfor %}{% blocktrans %} + Nous vous rappelons que vous devez achever vos formations avant ces dates. De plus, si vous souhaitez conserver les supports pédagogiques écrits de votre formation (compte-rendu écrit et recueil(s) de documents d'actualité), nous vous rappelons que ceux-ci sont entièrement téléchargeables sur la plate-forme e-learning de {{ organization }} jusqu'aux dates d'expiration de chaque séminaire.