table_header.twig 326 B

123456789101112
  1. <thead>
  2. <tr>
  3. {% if geom_column_flag %}
  4. <th>{% trans 'Function' %}</th>
  5. {% endif %}
  6. <th>{% trans 'Column' %}</th>
  7. <th>{% trans 'Type' %}</th>
  8. <th>{% trans 'Collation' %}</th>
  9. <th>{% trans 'Operator' %}</th>
  10. <th>{% trans 'Value' %}</th>
  11. </tr>
  12. </thead>