{% extends "./layout/default.twig" %} {% block content %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }} {{ Form.open({'class' : 'form-horizontal','id' : 'store','url' : route('budgets.store')}) }}
{{ 'mandatoryFields'|_ }}
{{ ExpandedForm.text('name') }}
{{ 'options'|_ }}
{{ ExpandedForm.optionsList('create','budget') }}

{% endblock %}