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.
 
 
 
 
 
 

13 lines
326 B

  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>