{% extends "layouts/base-admin.html" %} {% block title %} Data browser ~ ATR {% endblock title %} {% block description %} Browse all records in the database. {% endblock description %} {% block stylesheets %} {{ super() }} {% endblock stylesheets %} {% block content %}
Browse all records in the database.
{{ record | tojson(indent=2) }}
No records found for {{ model }}.
{% endif %} {% endblock content %}