{% for cat_name, subcategories in categories.items %}
{{ cat_name }}
{% for sub_name, components in subcategories.items %}
{% for comp in components %}
{% endfor %}
{% endfor %}
{% endfor %}
{% trans "No matches" %}
{% if forloop.first %}
{% endif %}
{% endfor %}
{% comment %}
Shared chrome controls — one viewport switcher and one bg switcher
broadcast their state to ALL preview-devices on the page (data-cg-preview-device).
{% endcomment %}
{% trans "Viewport" %}
{% trans "Bg" %}
{% include "django_cotton_gallery/_compare_panel.html" with side="a" comp=a %}
{% include "django_cotton_gallery/_compare_panel.html" with side="b" comp=b %}