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

Bank Account

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

BankAccount index

{% for bank_account in bank_accounts %} {% else %} {% endfor %}
Id Number Name Description Remarks Type actions
{{ bank_account.id }} {{ bank_account.number }} {{ bank_account.name }} {{ bank_account.description }} {{ bank_account.remarks }} {{ bank_account.type }} show edit
no records found
Create new {% endblock %} #}