{% if breadcrumb %} {% endif %}

{{ field_name|replace('_', ' ')|title }}

{{ rows|length }} items
{% if nested_context %} {# We're in a nested context - go back to the nested form #} {% else %} {# Root level - go back to the main form #} {% endif %}
{% for col in columns %} {% endfor %} {% for row in rows %} {% include "partials/table_row.html" with context %} {% endfor %}
{{ col|replace('_', ' ')|title }}{% if required_columns and col in required_columns %}*{% endif %} Actions