{% load static %}
{% for section_name, items, section_background in sections %}
{% if section_name %}
{{ section_name }}
{% endif %}
{% endfor %}
{% if actions %}
Actions
{% endif %}