{% load staticfiles %} {% load wagtailcore_tags wagtailimages_tags wagtailsettings_tags cache mandelstudio_footer %} {% get_settings %} {% localized_footer_content as localized_footer %} {% cache 300 footer_menu LANGUAGE_CODE request.site %} {% if localized_footer and localized_footer.mini_footer %} {% for block in localized_footer.mini_footer %} {% include_block block %} {% endfor %} {% else %} {% include_block settings.ocyan_plugin_wagtail.OcyanSettings.mini_footer %} {% endif %} {% endcache %}