{% with id = 'form-select-' + name %}
{{ label }}
{% if help_text %}
{{ help_text }}
{% endif %}
{% include "components/select.html" %} {% endwith %}