{% load lazycrud %} {% load i18n %} {% for name in object_fields %} {% endfor %} {% if object_actions %} {% endif %} {% for o in object_list %} {% for name in object_fields %} {% endfor %} {% if object_actions %} {% elif o.get_update_url or o.get_delete_url %} {% endif %} {% endfor %}
{{ object_model|fieldlabel:name }}
{{ o|fieldvalue:name }} {% for action in object_actions %} {% if action.icon %} {% endif %}{{ action.label }} {% endfor %} {% if o.get_update_url %} {% trans "Edit" %} {% endif %} {% if o.get_delete_url %} {% trans "Delete" %} {% endif %}