notif-users/templates/email_fin_adhesion
Arthur Grisel-Davy ac3e5414fe Commit initial
2018-08-05 15:08:58 +02:00

27 lines
738 B
Text

<p>Bonjour {{nom}},</p>
<P>Ton adhésion arrive à son therme dans {{temps}} jours.</P>
{% if online %}
<p>Tu peux renouveller ton adhésion en ligne sur <a href"{{link}}">Mon Profil</a>.</p>
<p>Tu peux également contacter un membre de {{asso_name}} pour renouveller ton adhésion</p>
{% else %}
<p>Pour renouveller ton adhésion, contacte un membre de {{asso_name}}.</p>
{% endif %}
<p>A bientôt.</p>
<hr>
<p>Hi {{nom}},</p>
<P>Your subscription comes to an end in {{temps}} days.</P>
{% if online %}
<p>You can renew it online on <a href"{{link}}">My Profil</a>.</p>
<p>You can also contat a member of {{asso_name}} to renew it.</p>
{% else %}
<p>To renew it, contact a member of {{asso_name}}</p>
{% endif %}
<p>Regards.</p>