{% load i18n %} {# One side of the compare view (A or B). `side` is "a" or "b" (used to disambiguate ids); `comp` is the dict from views.compare or None. #}
{% if not comp %}

{% blocktranslate %}Pick a component on the {{ side|upper }} dropdown above to start comparing.{% endblocktranslate %}

{% else %}
{{ side|upper }}

{{ comp.path }}

{% trans "Loading preview…" %}
Cotton
{% if comp.auto_props or comp.has_slots or comp.accepts_attrs %} {% endif %}
{% endif %}