{% extends 'helpdesk/base.html' %} {% load bootstrap %} {% load guardian_tags %} {% load restructuredtext %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% block pagetitle %}: Queue details{% endblock pagetitle %} {% get_obj_perms request.user for queue as "user_perms" %} {% block content %}Ticket | Defined on | Status | Assigned to |
{{ ticket }} | {{ ticket.defined_on|date:"Y-m-d" }} | {{ ticket.get_status_display }} | {% if ticket.assigned_to %}{{ ticket.assigned_to }}{% else %}Nobody{% endif %} |
No ticket visible in this queue |