Files

3 lines
90 B
HTML

{% for entity in entities %}
<option value="{{ entity }}">{{entity}}</option>
{% endfor %}