27 lines
738 B
Text
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>
|