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

Business Unit

{% for message in app.flashes('notice') %}
× {{ message }}
{% endfor %}
{{ render(controller( 'App\\Controller\\BusinessunitController::searchBar' )) }}
{% for businessunit in businessunits %} {% set counter = ( counter | default(0) ) + 1 %} {% else %} {% endfor %}
# Name Short Name Actions
{{ counter }} {{ businessunit.name }} {{ businessunit.shortname }}
No records found
{% if businessunits.haveToPaginate %} {% endif %}
{% endblock %} {# {% extends 'base.html.twig' %} {% block title %}Businessunit index{% endblock %} {% block body %}

Businessunit index

{% for businessunit in businessunits %} {% else %} {% endfor %}
Id Name Shortname Remarks actions
{{ businessunit.id }} {{ businessunit.name }} {{ businessunit.shortname }} {{ businessunit.remarks }} show edit
no records found
Create new {% endblock %} #}