Skip to content
Snippets Groups Projects
Commit c75b5a51 authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Added uncommited email templates

parent 01885e15
No related branches found
No related tags found
No related merge requests found
{% autoescape off %}
Bonjour {{ activity.host_name }},
Voici la liste des participant·e·s inscrit·e·s à votre activité {{ activity }}{% if activity.start and activity.room %} (le {{ activity.start|date:"l à H:i" }} en {{ activity.room }}){% endif %} :
{% for participant in participants %}
- {{ participant.participant }} {{ participant.participant.user.email }}{% empty %}
Aucun participant inscrit.{% endfor %}
--
L'équipe Interludes
{% if settings.contact_email %}Pour nous contacter, envoyer un email à {{ settings.contact_email }}{% endif %}
{% endautoescape %}
\ No newline at end of file
{% autoescape off %}
Bonjour {{ user.first_name }} {{ user.last_name }},
Les inscriptions aux Interludes sont fermées et la répartition des activités à été effectuée.
{% if requested_activities_nb %}
Vous avez obtenu {{ activities|length }} activité(s) (sur {{ requested_activities_nb }} souhaitée(s)).
{% for act in activities %}
- {{ act.activity.title }}{% if act.activity.start and act.activity.room %} (le {{ act.activity.start|date:"l à H:i" }} en {{ act.activity.room }}){% endif %}{% endfor %}{% if activities %}
Cette liste est également disponible sur la page "Mon compte" du site: {% url "accounts:profile" %}.{% endif %}
{% else %}
Vous n'aviez demandé aucune activité.
{% endif %}
--
L'équipe Interludes
{% if settings.contact_email %}Pour nous contacter, envoyer un email à {{ settings.contact_email }}{% endif %}
{% endautoescape %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment