{% load django_bootstrap5 %} {% load django_fast_frontend %}
{% for object in table.objects %}
{#
#} {# #} {#
#} {% for key, value in object.items %} {% if not key == 'id' %}

{{ key }}: {{ value }}

{% endif %} {% endfor %}
{% if option.table.inline_button %} {% for inline_button in table.inline_button %}
{% csrf_token %} {% with inline_button|label as inline_button_label %} {% bootstrap_button button_type="submit" content=inline_button_label %} {% endwith %}
{% endfor %} {% endif %}
{% if option.table.change %} {% endif %}
{% endfor %}