{% load i18n crud_tags %} {% for field in view.list_display %} {% if actions|length %}{% if forloop.first %}  {% endif %}{% endif %}{% eval_field view field object %} {% endfor %} {% if itemactions|length or enable_edit or enable_delete %}
{% for action in itemactions %}
{% if item_editable %}
{% endif %}