{% extends "crud/form.html" %}
{% load i18n %}
{% load crispy_forms_tags %}

{% block detail_content %}
  {% crispy form %}
{% endblock %}