{% extends "lfc/base.html" %} {% load i18n %} {% load lfc_tags %} {% load portlets_tags %} {% load tagging_tags %} {% load pagination_tags %} {% load comments %} {% block section %}overview{% endblock %} {% block content %} {% if lfc_context.display_title %}

{{ lfc_context.title }}

{% endif %} {% for sub_object in sub_objects %}

{{ sub_object.title }}

{% if sub_object.get_image %} {{ sub_object.get_image.image.title }} {% endif %}
{{ sub_object.text|safe }}

{% endfor %} {% endblock %}