{% for section in sections %}
{% if section.items %}
{% endif %}
{% endfor %}
{{ section.label }}
{% for programme in section.items %}
{% endfor %}