{% load lazycrud %} {% load i18n %} {% include "lazycrud/_headers_row.html" %} {% for o in object_list %} {% for name in object_fields %} {% endfor %} {% if object_actions is not None %} {% endif %} {% endfor %} {% if show_table_footer %} {% include "lazycrud/_headers_row.html" %} {% endif %}
{{ 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 %}