This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
other
/
pma
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
pma
/
templates
/
database
/
central_columns
/
populate_columns.twig
populate_columns.twig
94 B
Permalink
Cronologia
Originale
1
2
3
{% for column in columns %}
<option value="{{ column }}">{{ column }}</option>
{% endfor %}