| Current Path : /usr/share/phpmyadmin/templates/database/central_columns/ |
| Current File : //usr/share/phpmyadmin/templates/database/central_columns/edit_table_header.twig |
<table id="table_columns" class="noclick">
<caption class="tblHeaders">{% trans 'Structure' %}</caption>
<thead>
<tr>
{% for header in headers %}
<th>{{ header }}</th>
{% endfor %}
</tr>
</thead>