<nav class="nav nav-tabs d-flex mb-3">
<a class="flex-fill text-center rounded-0 border-0 bg-grey-10 nav-link frivol-xhr {{ app.request.attributes.get('_route') == 'app_user_amateur_online' ? 'active' : '' }}" href="{{ path('app_user_amateur_online') }}">Online</a>
<a class="flex-fill text-center rounded-0 border-0 bg-grey-10 nav-link frivol-xhr {{ app.request.attributes.get('_route') == 'app_user_amateur_top' ? 'active' : '' }}" href="{{ path('app_user_amateur_top') }}">
Top<span class="d-none d-md-inline"> bewertet</span>
</a>
<a class="flex-fill text-center rounded-0 border-0 bg-grey-10 nav-link frivol-xhr {{ app.request.attributes.get('_route') == 'app_user_amateur_recent' ? 'active' : '' }}" href="{{ path('app_user_amateur_recent') }}">Neu</a>
<a class="flex-fill text-center rounded-0 border-0 bg-grey-10 nav-link frivol-xhr {{ app.request.attributes.get('_route') == 'app_user_amateur_geo' ? 'active' : '' }}" href="#">In der Nähe</a>
<a class="flex-fill text-center rounded-0 border-0 bg-grey-10 nav-link frivol-xhr {{ app.request.attributes.get('_route') == 'app_user_amateur_search' ? 'active' : '' }}" href="{{ path('app_user_amateur_search') }}">Suche</a>
</nav>