{% load i18n bootstrap4form %} {% load load_helpdesk_settings %} {% with request|load_helpdesk_settings as helpdesk_settings %} {% if helpdesk_settings.HELPDESK_SUBMIT_A_TICKET_PUBLIC %}
{% trans "Unless otherwise stated, all fields are required." %} {% trans "Please provide as descriptive a title and description as possible." %}
{% if form.errors %} {% include 'helpdesk/include/alert_form_errors.html' %} {% endif %} {% else %}{% trans "Public ticket submission is disabled. Please contact the administrator for assistance." %}
{% endif %} {% endwith %}