{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ _('Create community') }}
{{ render_form(form) }}
{% endblock %}