{% if widget.selected_color %}{{ widget.selected_color.name }} {% else %}{{ widget.empty_label }}{% endif %}
{% if widget.allow_empty %}
{{ widget.empty_label }}
{% endif %} {% for color in widget.brand_colors %}
{{ color.name }}
{% endfor %} {% if not widget.brand_colors %}
No brand colors available for this theme yet.
{% endif %}