{% include "admin/chassis/dashboard/sections/panel_heading.html" with section=section %}
{% for component in section.items %}
{% if component.component_type == 'metric' %} {% include "admin/chassis/dashboard/sections/items/metric.html" with metric=component.value %} {% else %} {% include "admin/chassis/dashboard/sections/items/action.html" with action=component.value %} {% endif %}
{% endfor %}