Fibinger Ádám
2020-05-01 7a397279805473a76251db4821b7a8c0a76a554c
1
2
3
4
5
<select class="teamname" data-target="{{ target }}">
    {% for teamName in teamNames %}
        <option value="{{ teamName }}">{{ teamName }}</option>
    {% endfor %}
</select>