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

{{ 'mandatoryFields'|_ }}

{{ ExpandedForm.text('name') }} {{ ExpandedForm.tags('match') }} {{ ExpandedForm.amount('amount_min') }} {{ ExpandedForm.amount('amount_max') }} {{ ExpandedForm.date('date',bill.date.format('Y-m-d')) }} {{ ExpandedForm.select('repeat_freq',periods) }}

{{ 'optionalFields'|_ }}

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

{{ 'options'|_ }}

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