{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName, what) }} {% endblock %} {% block content %} {% if accounts.count > 0 %}
{% endif %} {% if accounts.count == 0 and page == 1 %} {% include 'partials.empty' with {what: what, type: 'accounts',route: route('accounts.create', [what])} %} {% endif %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}