{% if not ticket.visible %} This issue is hidden from users {% endif %}
{% if ticket.location %}Location: {{ ticket.location }} {% endif %}
{% if ticket.reporter %}
Reported on {{ ticket.creation_time }}{% if user.is_staff %} by {{ ticket.reporter }}{% endif %}
{% else %}
Reported anonymously on {{ ticket.creation_time }}
{% endif %}