{% load crispy_forms_tags %}
{% csrf_token %} {% crispy form form.helper %}
{% if not is_new %}
{% csrf_token %}
{% endif %}