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

{{ 'mandatoryFields'|_ }}

{{ ExpandedForm.text('name') }} {{ ExpandedForm.tags('match') }} {{ ExpandedForm.amount('amount_min') }} {{ ExpandedForm.amount('amount_max') }} {{ ExpandedForm.date('date',phpdate('Y-m-d'), {helpText: trans('firefly.bill_date_little_relevance')}) }} {{ ExpandedForm.select('repeat_freq',periods,'monthly') }}

{{ 'optionalFields'|_ }}

{{ ExpandedForm.integer('skip',0) }} {{ ExpandedForm.checkbox('automatch',1,true) }} {{ ExpandedForm.checkbox('active',1,true) }}

{{ 'options'|_ }}

{{ ExpandedForm.optionsList('create','bill') }}
{{ Form.close|raw }} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}