{% extends "base.html" %} {% load crispy_forms_tags %} {% load simple_viewset_tags %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}
{% csrf_token %} {{ form | crispy }}
{% if object.id %} Cancel {% else %} {% if parent %} Cancel {% else %} Cancel {% endif %} {% endif %}
{% endblock content %}