{% extends "base.html" %} {% block title %}{{ view.display_name }}{% endblock %} {% block page_title %}{{ view.display_name }}{% endblock %} {% block content %}
{{ total }} record{{ 's' if total != 1 }}
{% if view.can_create %} Create {% endif %}
{% for col in columns %} {% endfor %} {% if row_actions %} {% endif %} {% include "partials/table_body.html" %}
{% if col.sortable %} {{ col.label }} {% if sort == col.key %} {% endif %} {% else %} {{ col.label }} {% endif %} Actions
{% if total_pages > 1 %} {% endif %} {% endblock %}