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