{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ _('Delete "%(community_title)s"', community_title=community.title) }}
{{ render_form(form) }}
{% endblock %}