Files
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

10 lines
264 B
Twig
Executable File

<table id="table_columns" class="noclick">
<caption class="tblHeaders">{% trans 'Structure' %}</caption>
<thead>
<tr>
{% for header in headers %}
<th>{{ header }}</th>
{% endfor %}
</tr>
</thead>