{% set oSelections = oSelectionList.getSelections() %} {% if oSelections %}
{% if not blHideLabel %}
{{ oSelectionList.getLabel() }}{{ translate({ ident: "COLON" }) }}
{% endif %} {% if not sSelType or sSelType == "seldrop" %} {# variant select buttons #} {% elseif sSelType == "selbuttons" %} {% set oActiveSelection = oSelectionList.getActiveSelection() %} {% for oSelection in oSelections %} {{ oSelection.getName() }} {% endfor %} {% endif %}
{% endif %}