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

Currency

{{ currency.name }} Details
Currency Name : {{ currency.name }}
Conversion Value : {{ currency.conversionvalue }}
{% endblock %} {# {% extends 'base.html.twig' %} {% block title %}Currency{% endblock %} {% block body %}

Currency

Id {{ currency.id }}
Name {{ currency.name }}
Conversionvalue {{ currency.conversionvalue }}
Type {{ currency.type }}
Remarks {{ currency.remarks }}
back to list edit {{ include('currency/_delete_form.html.twig') }} {% endblock %} #}