{% extends "lfs/base.html" %} {% load i18n %} {% load lfs_tags %} {% load lfs_portlets_tags %} {% block section %}pages{% endblock %} {% block breadcrumbs %} {% breadcrumbs _("Information") %} {% endblock %} {% block content %}

{% trans 'Information' %}

{% for page in pages %}

{{ page.title }}

{% if page.short_text %}
{{ page.short_text|safe }}
{% endif %}
{% trans 'More' %}
{% endfor %} {% endblock %}