{% extends base_template %} {% import "components/buttons.html" as buttons %} {% import "components/inputs.html" as inputs %} {% block title %}{{ model_config.name }} List{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
Manage your {{ model_config.name | lower }} records with fast search, scoped actions, and export-ready filters.
| {% for col in columns %} | {{ col.label }} | {% endfor %}ACTIONS |
|---|---|---|
| {% for col in columns %} | {% if row[col.field] %}{{ row[col.field]|string|truncate(50) }}{% else %}-{% endif %} | {% endfor %}
Database is empty. Create your first record.
{% if not model_config.readonly %} CREATE FIRST RECORD {% endif %}This action cannot be undone
Are you sure you want to delete this record?