{% 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')) }} {{ 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') }}

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}