{% load custom_tags_and_filters %} {% for ticket in ostickets %} {% include 'NEMO_osticket/osticket_details.html' with ticket=ticket %} {% empty %} {% if not osticket_api_available %}
There are no open tickets for this tool.
{% endif %} {% endfor %} {% if osticket_api_available %}

Use this form to create a ticket in the help desk ticketing system.

{% csrf_token %} {% for field_name, field in form.fields.items %}
{% if field.widget|class_name == "Select" %} {% elif field.widget|class_name == "Textarea" %} {% elif field.widget|class_name == "TextInput" %} {% endif %}
{% endfor %}
{% button type="save" value="Create ticket" icon="glyphicon-send" %}
{% endif %}
{# Spacer #}