{% load wagtailsettings_tags %} {% get_settings %} {% for block in settings.Core.BottomFooter.content %} {% if block.block_type == 'row' %} {% else %} {{block.block_type}} {% endif %} {% endfor %}