{% extends "helpdesk/base.html" %}{% load i18n bootstrap4form %} {% block helpdesk_title %}{% trans "Create Ticket" %}{% endblock %} {% block helpdesk_breadcrumb %}
{% 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 %}