{% include 'summary/partial/title_bar.html' with title=title %} {% if content %}
{{ content.labels.left }}
{{ content.labels.right }}
{% for group in content %}
{{ group.title }}
{% include 'summary/partial/range.html' with class="highlights_list" list_items=group.items columns_left="w-1/3" columns_right="w-2/3" %} {% endfor %} {% else %}
-
{% endif %}