{% load i18n crud_tags %} {% block preitemrow %}{% endblock preitemrow %} {% block itemrow %} {% for field in view.list_display %} {% if actions|length %}{% if forloop.first %}  {% endif %}{% endif %}{% eval_field view field object %} {% endfor %} {% if item_actions|length or allow_edit or allow_delete %} {% if item_editable %} {% trans "Edit" %}  {% endif %} {% if item_deletable %} {% trans "Delete" %}
{% endif %} {% for action in item_actions %} {% endfor %} {% comment %}
{% for action in item_actions %}
{% if item_editable %}
{% endcomment %} {% endif %} {% endblock itemrow %} {% block postitemrow %}{% endblock postitemrow %}