Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

10 řádky
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>