{% extends 'partials/backend.html' %} {% load static %} {% load humanize %} {% block content %}

Ticket

{% for t in t %} {% endfor %}
IDUserSubjectStatusCreatedaction
{{ t.id }} {{ t.user.email }} {{ t.subject }} {{ t.status }} {{ t.date }}
{% endblock content %}