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