{% load crispy_forms_tags %} {% load i18n %} {% if form %} {% crispy form %} {% else %} {% crispy formset %} {% endif %}