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

{{ 'mandatoryFields'|_ }}

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

{{ 'options'|_ }}

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