{{ ticket.description }}
{% extends "base.html" %} {% block content %}
{{ ticket.description }}
No comments yet.
{% endfor %} {% if ticket.status != 'CLOSED' %}Only admins or the creator can close this ticket.
{% endif %} {% else %}This ticket is closed.
{% endif %}Close Ticket
{{ comment.user.username }} {{ comment.created_at.strftime('%Y-%m-%d %H:%M') }} {% if comment.is_hidden %} Hidden {% endif %}
{{ comment.content }}