{% extends "base.html" %} {% load i18n %} {% block local_headers %} {% for form in content_forms %} {{ form.media }} {% endfor %} {% endblock %} {% block content %} {% include "content/content_forms.part.html" %} {% if latest_content_list %} {% include "wall.content.part.html" %} {% else %} {% endif %} {% endblock %}