{% if report %}
{% block table_report %}{% endblock %}
{% endif %} {% if page %}
{% endif %}
{% if enable_select %}
Select All
{% endif %}
{% if enable_select %}{% endif %} {% block table_headers %} {% endblock %} {% for entry in entries %} {% if enable_select %} {% endif %} {% block table_rows %} {% endblock %} {% endfor %} {% if truncated %} {% endif %}
ID Created Updated
{% foreign_key_link entry %} {{ entry.created_at|date:"Y-m-d" }} {{ entry.updated_at|date:"Y-m-d" }}
*** select View All for the full dataset ***