{% for section_item in section_items %} {% endfor %}
Index Section Title Menu Action
{{ section_item.index }} {{ section_item.title }} {% if section_item.menu %} {{ section_item.menu.title }} {% else %} None {% endif %}