{% extends "helpdesk/base.html" %} {% load i18n bootstrap5_form %} {% block helpdesk_title %}{% translate "Edit Ticket" %}{% endblock %} {% block helpdesk_breadcrumb %}
{% translate "Unless otherwise stated, all fields are required." %} {% translate "Please provide as descriptive a title and description as possible." %}
{% translate "Note" %}: {% blocktranslate %}Editing a ticket does not send an e-mail to the ticket owner or submitter. No new details should be entered, this form should only be used to fix incorrect details or clean up the submission.{% endblocktranslate %}
{% if errors %}{% for error in errors %}{% translate "Error: " %}{{ error }}
{% endfor %}