{% extends 'django_spire/page/full_page.html' %} {% block full_page_content %}
{{ ticket.description }}
Edit Delete
Purpose
{% include 'django_spire/help_desk/element/ticket_purpose_badge.html' %}
Priority
{% include 'django_spire/help_desk/element/ticket_priority_badge.html' %}
Status
{% include 'django_spire/help_desk/element/ticket_status_badge.html' %}
Ticket Description
{{ ticket.description|linebreaks }}
{% endblock %}