You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
{% load i18n %}
|
|
{{ site_name }}
|
|
========================================
|
|
|
|
{% trans "A new ticket has been created." %}
|
|
{{ url }}
|
|
|
|
{% trans "Category:" %} {{ ticket.get_category_display }}
|
|
{% trans "Subject:" %} {{ ticket.subject }}
|
|
{% trans "User:" %} {{ ticket.user.username }}
|
|
|
|
{{ message.message | safe }}
|
|
|
|
|