{% if slot_label %} {{ slot_label|safe }} {% elif label %} {{ label }} {% endif %} {% if slot_options %} {{ slot_options|safe }} {% else %} {% for opt in options %}
{% endfor %} {% endif %}