| Current Path : /var/www/html/xfacil.desafio.com.py/public-vacio/pma/templates/ |
| Current File : /var/www/html/xfacil.desafio.com.py/public-vacio/pma/templates/file_select_options.twig |
{% for file in filesList %}
<option value="{{ file }}"{% if file == active %} selected="selected"{% endif %}>
{{ file }}
</option>
{% endfor %}