{% load i18n %}
{% comment %}
compact — render the two-theme switcher as a single square icon button
rather than the icon/toggle/icon row. The row needs about 77px, which is
more than a control sharing a sidebar footer with a name can spend. Has
no effect when theme.choices is set, because that branch is already a
square icon button.
{% endcomment %}
{% if mvp_config.theme.choices %}
{% comment %}
c-menu.item renders a
{% else %}
{% comment %}
theme-change reads this pair as "first,second": clicking while the first
is applied switches to the second, and anything else switches to the
first. Built from configuration so the toggle follows a project that
replaces the packaged themes, instead of stranding it on names the
stylesheet no longer defines.
{% endcomment %}
{% if compact %}
{% else %}
{% endif %}
{% endif %}