{% if is_edit_buffer %} {# For edit_buffer fields, wrap in x-if to prevent null access errors #} {% if label %} {{ label }}{% if required %} *{% endif %} {% endif %} {% for choice in choices %} {{ choice.label }} {% endfor %} {% if multi %} Ctrl/Cmd + click para seleccionar mĂșltiples {% endif %} {% else %}
Ctrl/Cmd + click para seleccionar mĂșltiples