{% extends "base.html" %} {% load i18n %} {% load wiki %} {% block local_headers %} {% for form in content_forms %} {{ form.media }} {% endfor %} {% endblock %} {% block content %} {% if community.description %}
{{ community.description|fullwiki }}
{% endif %} {% include "content/content_forms.part.html" %} {% if latest_content_list %} {% include "wall.content.part.html" %} {% else %}{% blocktrans %}No content.{% endblocktrans %}
{% endif %} {% endblock %}