{% comment %} Adds sorted columns to a detail table. Must be preceded by Must be followed by ...
. Requires tablecols setup column fields dclass, clclass, qhelp, orderfield. {% endcomment %} {% load projecttags %} {# #} {% for tc in tablecols %}{% endfor %}
{%if tc.qhelp%}{%endif%} {%if tc.orderfield%}{{tc.name}}{%else%}{{tc.name}}{%endif%} {%if tc.ordericon%} {%endif%} {% if request.GET.search and forloop.first %} {{objects.paginator.count}} {% endif %} {%if tc.filter%}{%endif%}