{% load dafhelp %} {% if is_paginated %} {% else %}
{% endif %}
{% if object_list %} {% if actions %}{% endif %} {% for field in field_titles %} {#{% sort_link request 'o' 'name' 'name' %}#} {##} {% endfor %} {% for obj in page_obj_iterator %} {% if actions %}{% endif %} {% for field_value in obj %} {% endfor %} {% endfor %}
{{ field|clean_title }}{{ field.as_link|safe }}
{{ field_value }}
{% else %}

No records found.

{% endif %}
{% if list_filter_results %}
{% endif %}