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

Currency

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

Currency index

{% for currency in currencies %} {% else %} {% endfor %}
Id Name Conversionvalue Type Remarks actions
{{ currency.id }} {{ currency.name }} {{ currency.conversionvalue }} {{ currency.type }} {{ currency.remarks }} show edit
no records found
Create new {% endblock %} #}