mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-12 21:06:27 +00:00
12 lines
361 B
Text
12 lines
361 B
Text
{% if ticket.user %} {{ ticket.user.get_full_name }} opened a ticket.
|
|
Profil: {{site_url}}{% url 'users:profil' ticket.user.id%}
|
|
Answer to the address: {{ticket.user.get_mail}}.
|
|
|
|
{% else %}
|
|
An anonymous user (not authenticated) opened a ticket
|
|
Answer to the address:{{ticket.email}}.
|
|
{% endif %}
|
|
|
|
Title: {{ticket.title}}
|
|
|
|
Description: {{ticket.description}}
|