2019-11-16 14:11:57 +00:00
|
|
|
{% if ticket.user %} {{ ticket.user.get_full_name }} a ouvert un ticket.
|
|
|
|
Profil : {{site_url}}{% url 'users:profil' ticket.user.id%}
|
2019-08-10 09:45:13 +00:00
|
|
|
|
|
|
|
{% else %}
|
2019-11-16 14:11:57 +00:00
|
|
|
Un utilisateur anonyme (non connecté) a ouvert un ticket.
|
2019-08-10 09:45:13 +00:00
|
|
|
{% endif %}
|
2020-04-23 00:42:18 +00:00
|
|
|
Répondre à l'adresse : {{ticket.get_mail}}.
|
|
|
|
|
2019-08-10 09:45:13 +00:00
|
|
|
|
2020-04-22 19:37:21 +00:00
|
|
|
Titre : {{ ticket.title | safe }}
|
2019-08-10 09:45:13 +00:00
|
|
|
|
2020-04-22 19:37:21 +00:00
|
|
|
Description : {{ ticket.description | safe }}
|