{% load django_bootstrap5 %} {% load django_fast_frontend %}
{{ field|title }} | {% endfor %} {% if option.table.change %}Edit | {% endif %}||
---|---|---|---|
{{ value }} | {% else %} {% if not key == 'id' %}{{ value }} | {% endif %} {% endif %} {% endfor %} {% if option.table.inline_button %} {% for inline_button in table.inline_button %}{% endfor %} {% endif %} {% if option.table.change %} | {% bootstrap_button button_type="button" content=" Edit" %} | {% endif %}