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