{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% load i18n %} {% block content %}

Update Ticket

{% csrf_token %} {{ form|crispy }} Cancel
{% endblock %}