{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ _('No posts in this community yet.') }}
{% endfor %}{{ _('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 %}View community on original server
{% endif %} {% if community.local_only %}{{ _('Only people on %(instance_name)s can post or reply in this community.', instance_name=current_app.config['SERVER_NAME']) }}
{% endif %}