This website works better with JavaScript
Home
Explore
Help
Sign In
other
/
pma
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
pma
/
templates
/
database
/
central_columns
/
populate_columns.twig
populate_columns.twig
94 B
Permalink
History
Raw
1
2
3
{% for column in columns %}
<option value="{{ column }}">{{ column }}</option>
{% endfor %}