{% extends "base.html" %} {% block title %}{{ table_name }} - DeeBase Admin{% endblock %} {% block content %}
| {{ col }} | {% endfor %}Actions |
|---|---|
| {% set value = record[col] %} {% if value is none %} null {% elif value is string and value|length > 50 %} {{ value[:50] }}... {% else %} {{ value }} {% endif %} | {% endfor %}View Edit Delete |
No records found in {{ table_name }}.
+ Add first record