{% extends 'django_cotton_gallery/base.html' %} {% load catalog_tags i18n %} {% block title %}{% trans "Compare components" %}{% endblock %} {% block content %}

{% trans "Compare" %}

{% for side, current in pickers %}
{% 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 %}
{% endblock %}