{% extends "tickets/base.html" %} {% block content %}

Create new list:

{% csrf_token %}
{{ form.name }}
{{ form.group }}
{% endblock %}