knipknap/django-find

View on GitHub
django_find/templates/django_find/headers.html

Summary

Maintainability
Test Coverage
<tr>
{% for header in object_list.model.table_headers %}<th>{{ header }}</th>{% endfor %}
</tr>