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

{{ trans('form.delete_bill', {'name': bill.name}) }}

{{ trans('form.permDeleteWarning') }}

{{ trans('form.bill_areYouSure', {'name': bill.name}) }}

{% if bill.transactionjournals|length > 0 %} {{ Lang.choice('form.bill_keep_transactions', bill.transactionjournals|length,{count: bill.transactionjournals|length}) }} {% endif %}

{{ Form.close|raw }} {% endblock %}