Files
Hasscall/app/templates/dynamic/entities.html
T

3 lines
90 B
HTML

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