{% 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 item_actions|length or enable_edit or enable_delete %}
{% for action in item_actions %}
{% if item_editable %}
{% endif %}