{% trans "Select All" %} / {% trans "Unselect All" %}
{% with courses_info_form.l as field %} {% for choice in courses_info_form.l.field.choices %}
{% endfor %} {% endwith %}

{% trans "Select All" %} / {% trans "Unselect All" %}
{% with courses_info_form.s as field %} {% for choice in courses_info_form.s.field.choices %}
{% endfor %} {% endwith %}