8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-28 10:04:04 +00:00
re2o/tickets/templates/tickets/publication_mail_en
2020-10-06 21:57:47 +02:00

13 lines
336 B
Plaintext

{% 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 %}
Answer to the address: {{ticket.get_mail}}.
Title: {{ ticket.title | safe }}
Description: {{ ticket.description | safe }}