{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ _('Delete "%(community_title)s"', community_title=community.title) }}

Are you sure you want to delete this community? This is irreversible and will delete all posts and comments associated with it.

{{ render_form(form) }} Go back
{% endblock %}