{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ _('Search') }}
{{ render_form(form) }}
{% if new_community %}
{{ _('Found a community:') }}
{% endif %} {% endblock %}