{% load djblets_utils i18n static %} {% if column.sortable %} {% definevar "sort_text" strip %} {% if sort_ascending %} {% blocktrans with label=column.label|default:"column" %} Sort {{label}} descending {% endblocktrans %} {% else %} {% blocktrans with label=column.label|default:"column" %} Sort {{label}} ascending {% endblocktrans %} {% endif %} {% enddefinevar %} {% if column.label %}{{column.label}}{% endif %}{% spaceless %} {% if column.image_url %} {{column.image_alt}} {% elif column.image_class %}
{% endif %} {% endspaceless %}
{% if in_sort %} {% definevar "sort_image" %}sort-{{sort_ascending|yesno:"asc,desc"}}-{{sort_primary|yesno:"primary,secondary"}}{% enddefinevar %} {% if sort_ascending %} {% else %} {% endif %} {% endif %} {% else %} {% if column.label %}{{column.label}}{% endif %} {% if column.image_url %} {{column.image_alt}} {% elif column.image_class %}
{% endif %} {% endif %}