{% extends "base.html" %}
{% load crispy_forms_tags %}
{% block content %}
{% include 'crispy_crud/fragments/common/messages.html' %}
{% include 'crispy_crud/fragments/common/page_heading.html' %}
{% crispy form %}
{% if delete_action %}
{% include 'crispy_crud/fragments/details/delete_action.html' %}
{% endif %}
{% endblock %}