{% extends "base.html" %} {% load i18n %} {% block local_headers %} {% for form in content_forms %} {{ form.media }} {% endfor %} {% endblock %} {% block content %} {% if community.description %}

{{ community.description|safe }}

{% endif %} {% include "content/content_forms.part.html" %} {% if too_few_content %} {% if community.can_publish %} {% blocktrans %}

There is not much content on this community. But it's up to you to create some!

Feel free to add content with the simple form on this page. For example, you can express:

{% endblocktrans %} {% else %} {% blocktrans %}

There is no content on this community.

Maybe you'd like to contact the community managers to ask them to let you in?

{% endblocktrans %} {% endif %} {% endif %} {% for content in latest_content_list %} {%include content.object.summary_view %} {% endfor %} {% endblock %}