{% extends "./layout/default.twig" %} {% block content %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, category) }} {{ Form.open({'class' : 'form-horizontal','id' : 'destroy','url' : route('categories.destroy',category.id)}) }}
Are you sure that you want to delete category "{{ category.name }}"?
{% if category.transactionjournals|length > 0 %}Category "{{ category.name }}" still has {{ category.transactionjournals|length }} transactions connected to it. These will not be removed but will lose their connection to this category.
{% endif %}