{% extends 'helpdesk/base.html' %} {% load bootstrap3 %} {% block content %}

Create new ticket

Ticket will be created and comment will be sent to user.

{% csrf_token %} {% bootstrap_form form %} {{ attachment_formset.management_form }} {% for form in attachment_formset %} {% bootstrap_form form %} {% endfor %} {% bootstrap_button 'Create and send' button_type='submit' %}
{% endblock %}