{% load lazycrud %}
| {{ 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 %} | {% endif %}