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

{{ 'mandatoryFields'|_ }}

{{ ExpandedForm.text('name',null,{'maxlength' : 48}) }} {{ ExpandedForm.text('symbol',null,{'maxlength' : 8}) }} {{ ExpandedForm.text('code',null,{'maxlength' : 3}) }}

{{ 'options'|_ }}

{{ ExpandedForm.optionsList('update','currency') }}
{{ Form.close|raw }} {% endblock %}