{% extends 'template.html.twig' %} {% block title %}Items List - Cross World Group{% endblock %} {% block body %}

Items

{% for message in app.flashes('notice') %}
× {{ message }}
{% endfor %}
{{ render(controller( 'App\\Controller\\ItemController::searchBar' )) }}
{% for item in items %} {% set counter = ( counter | default(0) ) + 1 %} {% else %} {% endfor %}
# Name Unit Description Actions
{{ counter }} {{ item.name }} {{ item.unit }} {{ item.description }}
No records found
{% if items.haveToPaginate %} {% endif %}
{% endblock %}