{% import "helpers.html.twig" as helpers %} {% if not matches is empty %}
{{ helpers.select(stageSelect['options'], stageSelect['attributes'], stageSelect['selected']) }}
{% else %}
{{ '_NO_MATCHES_'|trans }}
{% endif %}