8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-06 01:46:27 +00:00
re2o/tickets/templates/tickets/publication_mail_fr

13 lines
347 B
Text
Raw Normal View History

{% if ticket.user %} {{ ticket.user.get_full_name }} a ouvert un ticket.
Profil : {{site_url}}{% url 'users:profil' ticket.user.id%}
{% else %}
Un utilisateur anonyme (non connecté) a ouvert un ticket.
{% endif %}
Répondre à l'adresse : {{ticket.get_mail}}.
Titre : {{ ticket.title | safe }}
Description : {{ ticket.description | safe }}