{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %}

{{ 'mandatoryFields'|_ }}

{{ ExpandedForm.text('name') }}
{# panel for auto-budget#}

{{ 'optionalFields'|_ }}

{{ ExpandedForm.select('auto_budget_type', autoBudgetTypes,null, {helpText: trans('firefly.auto_budget_help')}) }} {{ CurrencyForm.currencyList('auto_budget_currency_id') }} {{ ExpandedForm.amountNoCurrency('auto_budget_amount') }} {{ ExpandedForm.select('auto_budget_period', autoBudgetPeriods, null) }} {{ ExpandedForm.file('attachments[]', {'multiple': 'multiple','helpText': trans('firefly.upload_max_file_size', {'size': uploadSize|filesize}) }) }}
{# panel for options #}

{{ 'options'|_ }}

{{ ExpandedForm.optionsList('create','budget') }}
{% endblock %} {% block scripts %} {% endblock %}