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

Location

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

Location index

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