{% extends "djcrud/base.html" %} {% load crispy_forms_tags %} {% partialdef content %}

{% if view.icon %}{% endif %} {{ view.title }}

{% csrf_token %} {{ form|crispy }}

{% endpartialdef %} {% block content %}
{% partial content %}
{% endblock %}