{% load crispy_forms_tags %}
{{ form.media }} {% if form.helper %} {% crispy form form.helper %} {% else %} {% crispy form %} {% endif %}