{% extends "./layout/default.twig" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, what) }} {% endblock %} {% block content %}

{{ 'mandatoryFields'|_ }}

{{ ExpandedForm.text('description') }} {{ ExpandedForm.select('account_id',accounts) }} {{ ExpandedForm.text('expense_account') }} {{ ExpandedForm.text('revenue_account') }} {{ ExpandedForm.select('account_from_id',accounts) }} {{ ExpandedForm.select('account_to_id',accounts) }} {{ ExpandedForm.amount('amount') }} {{ ExpandedForm.date('date', phpdate('Y-m-d')) }}

{{ 'optionalFields'|_ }}

{{ ExpandedForm.select('budget_id',budgets,0) }} {{ ExpandedForm.text('category') }} {{ ExpandedForm.text('tags') }} {{ ExpandedForm.select('piggy_bank_id',piggies) }} {{ ExpandedForm.file('attachments[]', {'multiple': 'multiple','helpText': trans('firefly.upload_max_file_size', {'size': uploadSize|filesize}) }) }}

{{ 'options'|_ }}

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