{% load bootstrap %} {% load automarkup %} {% load scipost_extras %}
Description | {% automarkup ticket.description %} |
---|---|
Defined on | {{ ticket.defined_on }} |
Defined by | {{ ticket.defined_by.contributor.profile.get_title_display}} {{ ticket.defined_by.get_full_name}} ({{ ticket.defined_by.username }}) |
Priority | {% for a in "x"|ljust:ticket.priority_level %} {% include 'bi/exclamation-square-fill.html' %} {% endfor %} - {{ ticket.get_priority_display }} |
Status | {% with classes=ticket.status_classes %} {% endwith %} {{ ticket.get_status_display }} |
Assigned to | {{ ticket.assigned_to.get_full_name }} ({{ ticket.assigned_to.username }}) |
Followups |
{% endif %} {% include 'bi/reply-fill.html' %} Reply/Followup {% include 'bi/check-square.html' %} Mark as resolved {% include 'bi/x-square-fill.html' %} Close this Ticket {% endif %} |