{% with 'Data Envio,Tipo,Descrição,Autor' as list %}
{% for name in list|split:"," %}
<th>
<aonClick="sortObj({{object_list}}, request.GET.o)"title="{% trans 'Clique para alterar a ordem a listagem'%}"href="?o={% if 'o' not in request.GET and forloop.counter == 1 or 'o' in request.GET and forloop.counter|safe == request.GET.o %}-{%endif%}{{forloop.counter}}">
<atitle="{% trans 'Clique para alterar a ordem a listagem'%}"href="?o={% if 'o' not in request.GET and forloop.counter == 1 or 'o' in request.GET and forloop.counter|safe == request.GET.o %}-{%endif%}{{forloop.counter}}">
{{ name }}
{% if 'o' in request.GET %}
{% if 'o' not in request.GET and forloop.counter == 1 or 'o' in request.GET and forloop.counter|safe == request.GET.o %}