{% extends '::base_admin.html.twig' %} {% block title %}{% trans %}shortlink.link.title{% endtrans %}{% endblock %} {% block body %} {{ breadcrumb() }}
{{ selectView(filter) }} {% trans %}Excel export{% endtrans %}
{% set count_result = filter.countResults() %}
{% include 'TwtoolsComponentBundle::filterresults.html.twig' with {'_route_list': 'admin_shortlink_link_list', '_route_delete': 'admin_shortlink_link_delete', '_route_update': 'admin_shortlink_link_update'} %}
{% endblock %}