{% extends 'UpdoonAppBundle::base_private_extension.html.twig' %} {% block title %}{{ parent() }}Dashboard • Suche{% endblock %} {% block content %} {% if results is defined %}
{% if results == 1 %} Für Ihre Suchanfrage '{{ request }}' wurde {{ results }} Ausschreibung gefunden. {% else %} Für Ihre Suchanfrage '{{ request }}' wurden {{ results }} Ausschreibungen gefunden. {% endif %}
{% endif %} {{ include('UpdoonAppBundle::Announcement/announcement_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
{% endblock %}