{% load adminmedia %} {% if results %} {% for header in result_headers %} {% if header.sortable %}{% endif %} {{ header.text|capfirst }} {% if header.sortable %}{% endif %}{% endfor %} {% for result in results %} {% for item in result.fields %}{{ item }}{% endfor %} {% endfor %}
 
Quick Edit {% if result.quickedit.instance.get_absolute_url %}View on site{% endif %}
{% endif %}