{% extends 'base.html' %} {% block breadcrumb %} {% include 'crudlfap/_breadcrumb_object.html' %} {% endblock %} {% block content %} {% for field in fields %} {% endfor %}
{{ field['field'].name.capitalize() }} {{ field['value'] }}
{% endblock %} {% block after_container %} {% with menu=view.router.get_menu('object', request, object=object) %} {% include 'crudlfap/_fixed_actions.html' %} {% endwith %} {% endblock %}