{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
Need help?

Raise a ticket and we will get back to you as soon as possible.

Raise a Ticket
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
Tickets
{% for ticket in tickets %} {% empty %} {% endfor %}
ID Subject Status Priority Created Actions
#{{ ticket.id }} {{ ticket.subject }} {{ ticket.get_status_display }} {{ ticket.get_priority_display }} {{ ticket.created_at|date:"M d, Y H:i" }} View
No tickets found.
{% endblock %}