{% load crispy_forms_tags %} {% if not form.instance %}
Please specify! {% endif %}
{% crispy form %}
{% if not form.instance %}
{% endif %}