8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-30 11:04:38 +00:00
re2o/tickets/templates/tickets/publication_mail_en

13 lines
336 B
Plaintext
Raw Normal View History

{% if ticket.user %} {{ ticket.user.get_full_name }} opened a ticket.
Profile: {{site_url}}{% url 'users:profil' ticket.user.id%}
{% else %}
An anonymous user (not authenticated) opened a ticket
{% endif %}
2020-10-06 19:57:30 +00:00
Answer to the address: {{ticket.get_mail}}.
Title: {{ ticket.title | safe }}
Description: {{ ticket.description | safe }}