{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ new_community.title }}@{{ new_community.ap_domain }} {% if subscribed %} {{ _('Unsubscribe') }} {% else %} {{ _('Subscribe') }} {% endif %}