{% extends "django_cradmin/base.django.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block content %} {% block pageheader %} {% endblock pageheader %} {% crispy form formhelper %} {% comment %} NOTE: This will probably break when https://github.com/maraujop/django-crispy-forms/issues/263 is fixed {% endcomment %} {{ form.media }} {% block handle_preview %} {% if show_preview %}
{% include "django_cradmin/pagepreview/includes/pagepreview-fullsize-iframe-wrapper.django.html" %}
{% endif %} {% endblock handle_preview %} {% endblock content %}