{% extends 'UpdoonAppBundle::base_private_extension.html.twig' %} {% block title %}{{ parent() }}User • Suche{% endblock %} {% block content %} {% if results is defined %}
{% if results == 1 %} Für Ihre Suchanfrage '{{ request }}' wurde {{ results }} User gefunden. {% else %} Für Ihre Suchanfrage '{{ request }}' wurden {{ results }} User gefunden. {% endif %}
{% endif %} {{ include('UpdoonAppBundle::Account/account_table.html.twig') }}
Zurück {% if page > 1 %} 1 {% endif %} {% if page > 4 %} ... {% endif %} {% if page - 2 > 1 %} {{ page - 2 }} {% endif %} {% if page - 1 > 1 %} {{ page - 1 }} {% endif %} {{ page }} {% if page + 1 < maxPages %} {{ page + 1 }} {% endif %} {% if page + 2 < maxPages %} {{ page + 2 }} {% endif %} {% if page < maxPages - 3 %} ... {% endif %} {% if page < maxPages %} {{ maxPages }} {% endif %} Vor
{{ include('UpdoonAppBundle::Account/account_delete_modal.html.twig') }} {% endblock %}