{% extends "cruds/base.html" %} {% load i18n %} {% load crud_tags %} {% block body %}

{{ object }}

{% if url_update %}

{% trans "Edit" %}

{% endif %} {% for field, field_name in fields.items %} {% endfor %}
{{ field_name }} {{ object|format_value:field }}
{% if url_list %}

{% trans "Back to list" %}

{% endif %} {% endblock %}