{% extends base_template_path %} {% load nominopolitan %} {% load partials %} {% if use_crispy %} {% include "./crispy_partials.html#load_tags" %} {% endif %} {% block content %} {% partial content %} {% endblock %} {% partialdef content %}

{% if object %}Edit {{object_verbose_name}}{% else %}Create {{object_verbose_name}}{% endif %}

> {% csrf_token %} {% if use_crispy %} {% include "./crispy_partials.html#crispy_form" %} {% else %} {{ form }} {% endif %}
{% endpartialdef content %}