{% for h in headers %} {% endfor %} {% if items %} {% for item in items %} {% for h in headers %} {% endfor %} {% endfor %} {% else %} {% endif %}
{{ h.replace('_', ' ').upper() }}ACTIONS
{% set val = getattr(item, h) %} {% if isinstance(val, bool) %} {% if val %} Yes {% else %} No {% endif %} {% elif isinstance(val, datetime) %} {{ val.strftime('%Y-%m-%d %H:%M') }} {% elif isinstance(val, date) %} {{ val.isoformat() }} | {% else %} {{ str(val) if val is not none else '' }} {% endif %} Edit
No records found.
Showing {{ items|length }} of {{ total }} entries
{% if has_prev %} {% else %} {% endif %} Page {{ page }} of {{ total_pages }} {% if has_next %} {% else %} {% endif %}