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