{% load beam_tags %} {% load i18n %} {% if not layout %} {% fields_to_layout fields as layout %} {% endif %} {% for row in layout %} {% for col in row %} {% for field in col %} {% endfor %} {% endfor %} {% endfor %} {% for object in object_list %} {% for row in layout %} {% for col in row %} {% for field in col %} {% for field in component.fields %} {% endfor %} {% endfor %} {% endfor %} {% endfor %} {% block list_item_links %} {% endblock %} {% endfor %}
{{ component.model|field_verbose_name:field|capfirst }} {% trans "Actions" %}
{% include "beam/partials/detail_field.html" with object=object field=field %} {% include "beam/partials/list_links.html" with links=viewset.links link_layout=component.list_item_link_layout object=object %}