{% extends "base.html" %} {% load bootstrap5 %} {% block content %}
| Row # | {% for column in columns %}
{{ column.name }}
({{ column.type }}) |
{% endfor %}
Actions |
|---|---|---|
| {{ forloop.counter }} | {% for entry_value in row_item.entries %}{% if entry_value == True %} Yes {% elif entry_value == False %} No {% elif entry_value %} {{ entry_value }} {% else %} - {% endif %} | {% endfor %}Delete |
Total Rows: {{ rows.count }}