{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %} {% if bills.count == 0 %} {% include 'partials.empty' with {what: 'default', type: 'bills',route: route('bills.create')} %} {% else %}

{{ title }}

{% include 'list/bills' %}
{% endif %} {% endblock %}