{% load crud_utils i18n %} {% if crud.crud_list_link %} « {% trans "Back to the list" %} {% endif %}
{{ field_name }} | {% crud_field crud.item field %} |
{% if crud.crud_edit_link %}[{% trans "Edit" %}]{% endif %} | {% if crud.crud_delete_link %}[{% trans "Delete" %}]{% endif %}