{%- macro formMultiSelect(name, label, choices) -%}
{{ formSelectStandalone(name, choices, {select: 'multiple'}) }}
{%- endmacro -%}