{% extends 'helpdesk/base.html' %} {% load bootstrap %} {% load guardian_tags %} {% load restructuredtext %} {% block breadcrumb_items %} {{ block.super }} Ticket details {% endblock %} {% block pagetitle %}: Ticket details{% endblock pagetitle %} {% block content %}
{% include 'helpdesk/ticket_card.html' with ticket=ticket %}
{% endblock content %}