{% extends "helpme/base.html" %} {% load crispy_forms_tags %} {% load helpme_extras %} {% load i18n %} {% block help_content %}
{{ ticket.description }}
{% trans "Reporter" %}: {{ticket.user.username}}
{% include "./includes/user_meta.html" with user_meta=ticket.user_meta %}
{% trans "Site" %}: {{ticket.site}}
{% trans "Last Updated" %}: {{ticket.updated}}