{# /** * @file * Theme override for a select element. * * Available variables: * - attributes: HTML attributes for the select tag. * - input_group: Flag to display as an input group. * - options: The option element children. * - prefix: Markup to display before the input element. * - suffix: Markup to display after the input element. * * @ingroup templates * * @see template_preprocess_select() */ #} {% apply spaceless %} {% if input_group %}