{% extends "helpdesk/base.html" %} {% load i18n bootstrap4form humanize %} {% load static from staticfiles %} {% block helpdesk_title %}{{ ticket.queue.slug }}-{{ ticket.id }} : {% trans "View Ticket Details" %}{% endblock %} {% block helpdesk_head %} {% endblock %} {% block h1_title %}{{ ticket.ticket_for_url }}{% endblock %} {% block helpdesk_breadcrumb %}
{% if followup.comment %}
{{ followup.get_markdown|urlizetrunc:50|num_to_link|linebreaksbr }}
{% endif %} {% for change in followup.ticketchange_set.all %} {% if forloop.first %}