{{ brand }}
{% for group in groups %}
{{ group }}
{% for spec in registry.in_group(group) %} {{ spec.label }} {% endfor %} {% endfor %} {% for page in pages if page.label %} {% if loop.first %}
Pages
{% endif %} {{ page.label }} {% endfor %}
Session