{% load lazycrud %} {% load i18n %}
{{ o|fieldvalue:name }} | {% endfor %} {% if object_actions is not None %}{% 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 %} | {% endif %}