{% extends "lfc/base.html" %} {% load portlets_tags %} {% block content %} {% if lfc_context.display_title %}

{{ lfc_context.title }}

{% endif %}
{{ lfc_context.text|safe }}
{% for row in images %} {% for photo in row %} {% endfor %} {% endfor %}

{{ photo.title }}

{{ photo.caption }}
{{ photo.name }}
{% endblock %}