{% if it.hierarchy %}
{% endblock hierarchy %}
{% block content %}
-
{% if it.hierarchy.parent %}
- {{it.hierarchy.parent.title}} {% endif %} {% if it.hierarchy.current %} {% if it.hierarchy.hastree %}
- {% else %}
- {% endif %} {% endif %} {% for entry in it.hierarchy.children %}
- {{entry.title}} {% endfor %}
- {{it.c.i18n.filtersTitle}}: {% for filter in it.filters %}
- {{filter.class}} = {{filter.title}} {% endfor %}
This is the content block
{% endblock content %}
{% block pager %}
{% if it.isPaginated == 1 %}
-
{% if it.maxPage > 3 %}
- {{it.c.i18n.firstAlt}} {% endif %}
- {{it.c.i18n.previousAlt}}
- {{it.currentPage}} / {{it.maxPage}}
- {{it.c.i18n.nextAlt}} {% if it.maxPage > 3 %}
- {{it.c.i18n.lastAlt}} {% endif %}