{% load sphblockframework_extras %}
{% sphblock_get_blocks blockregion_name %} {% for block in blocks %}

{{ block.get_label }}

{{ block.render }}
{% endfor %} {% endsphblock_get_blocks %}