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.
 
 
 
 
 
 

10 lines
264 B

  1. <table id="table_columns" class="noclick">
  2. <caption class="tblHeaders">{% trans 'Structure' %}</caption>
  3. <thead>
  4. <tr>
  5. {% for header in headers %}
  6. <th>{{ header }}</th>
  7. {% endfor %}
  8. </tr>
  9. </thead>