{% load i18n static dashub %} {% if result_hidden_fields %}
{% if header.sortable %}
{{ header.text|capfirst }}
{% else %}
{{ header.text|capfirst }}
{% endif %}
{% if header.sorted %}
{% if header.ascending %}
{% else %}
{% endif %}
{% endif %}
|
{% endfor %}
---|