{% load i18n %}
{% for select in selects %}
{{ select }} {% if forloop.counter == selects|length and forloop_counter > 1 %} {% endif %}
{% endfor %}