You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <table id="table_columns" class="noclick">
- <caption class="tblHeaders">{% trans 'Structure' %}</caption>
- <thead>
- <tr>
- {% for header in headers %}
- <th>{{ header }}</th>
- {% endfor %}
- </tr>
- </thead>
|