{% load i18n %}
{% if "action-checkbox-column" in h.class_attrib %}
{% if h.sortable %}
{{ h.text|safe }}
{% else %}
{{ h.text|safe }}
{% endif %}
{% endif %}
|
{% endfor %}
---|