{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ _('No posts in this community yet.') }}
{% endfor %}{{ community.description_html|safe }}
{{ community.rules_html|safe }}
{% if len(mods) > 0 and not community.private_mods %}