{% extends "default/object_edit.html" %} {% from "macros/box.html" import m_box_content with context %} {% from "macros/form.html" import m_field with context %} {% block after_form %} {% call m_box_content(_("Delete community"), color="danger") %}

Supprimer la communauté (attention, action irréversible!)

{{ form.csrf_token }}
{%- deferJS %} {%- enddeferJS %} {%- endcall %} {% endblock %}