9 | {% if "action-checkbox-column" in h.class_attrib %}
10 |
11 |
12 |
13 |
14 |
15 |
16 | {% else %}
17 | {% if h.sortable %}
18 |
26 | {% else %}
27 |
28 | {% endif %}
29 |
30 | {% if h.sortable %}
31 | {{ h.text|safe }}
32 | {% else %}
33 | {{ h.text|safe }}
34 | {% endif %}
35 |
36 |
37 | {% endif %}
38 | |
39 | {% endfor %}
40 |
---|