{% if APP.footer_top %}

{{ APP.footer_top|safe }}

{% endif %}
{% load feincms_tags feincms_page_tags %} {% feincms_navigation of feincms_page as sublevel level=2,depth=1 %} {% for p in sublevel %} {% endfor %}
{% if APP.footer_bottom %} {{ APP.footer_bottom|safe }} {% endif %}