{% extends 'base_help.html' %} {% load i18n %} {% load static %} {% block pagetitle %}{% trans 'Tickets' %}{% endblock %} {% block helpdesk_body %}
{% trans 'Before creating a ticket, please check if you question is convered in' %} {% trans 'the knowledge base' %}.
#{% trans 'ID' %} | {% trans 'Subject' %} | {% trans 'Status' %} |
#{{ticket.id}} | {{ ticket.subject }} | {{ ticket.status_text }} |
{% if tickets.has_previous %} < {% endif %} {{ tickets.number }} {% if tickets.has_next %} > {% endif %}
{% endif %} {% else %}No ticket to show.
{% endif %} {% endblock %}