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

Unit

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