{% extends "helpme/base.html" %} {% load crispy_forms_tags %} {% block help_content %}
{{ticket.description}}
{% if support %} {% else %}Status: {{ticket.get_status_display}}
{% endif %} {% for comment in comments %} {% if comment.visibility == 10 and support or comment.visibility == 15 and developer or comment.visibility == 20 and supervisor or comment.visibility == 1 %}
{{ comment.user.username }} {{ comment.created }}