{% extends "base.html" %} {% block title %}{{ model_name }} — KORM Admin{% endblock %} {% block content %}
| {{ col }} | {% endfor %}Actions |
|---|---|
| {% set val = row.get(col) %} {% if val is none %} — {% elif val is boolean %} {{ 'true' if val else 'false' }} {% elif val is mapping or val is sequence and val is not string %} {{ val|truncate(60) }} {% elif val is string and val|length > 60 %} {{ val[:60] }}… {% else %} {{ val }} {% endif %} | {% endfor %}
No records found.
{% if search %}Try a different search term or clear filters.
{% else %} {% endif %}