{% extends "./layout/default.twig" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, currency) }} {% endblock %} {% block content %} {{ Form.open({'class' : 'form-horizontal','id' : 'destroy','url' : route('currency.destroy',currency.id)}) }}
{{ trans('form.permDeleteWarning') }}
{{ trans('form.currency_areYouSure', {'name': currency.name}) }}