mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 12:23:11 +00:00
12 lines
337 B
Text
12 lines
337 B
Text
{% 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 }}
|
|
|