<div>
{% set url = app.request.uri %}
<a class="btn btn-sm btn-success border-0 mr-1 mb-1 {% if 'none' in url or 'filter' not in url %}btnPrimary{% else %}btnSecondary{% endif %}" href="{{ path(currentPath,{'filter':'none'}) }}" role="button">
{% if lang== 'DE' %}
Alle
{% else %}
All
{% endif %}
</a>
<a href="{{ path('x_startups_industries_list', {'source':'homepage', redirect: redirectUrl} + templateVars) }}"
data-remote="false" data-toggle="modal" data-target="#myModal"
class="btn btn-sm btn-outline-dark border-0 mr-1 mb-1 {% if 'industry' in url %}btnPrimary{% else %}btnSecondary{% endif %}" role="button">
Industries
</a>
<a href="{{ path('x_startups_tags_list', {'source':'homepage', redirect: redirectUrl} + templateVars) }}"
data-remote="false" data-toggle="modal" data-target="#myModal"
class="btn btn-sm btn-outline-dark border-0 mr-1 mb-1 {% if 'tags' in url %}btnPrimary{% else %}btnSecondary{% endif %}" role="button">
Tags
</a>
<a href="{{ path('x_startups_filter_rheinland-pitch', {'filter': 'rheinlandPitch', 'source':'homepage', redirect: redirectUrl} + templateVars ) }}"
data-remote="false" data-toggle="modal" data-target="#myModal"
class="btn btn-sm btn-outline-dark border-0 mr-1 mb-1 {% if 'rheinland' in url %}btnPrimary{% else %}btnSecondary{% endif %}" role="button">
Rheinland Pitch
</a>
<a href="{{ path('x_startups_filter', {'filter': 'accelerator', 'source':'homepage', redirect: redirectUrl} + templateVars ) }}"
data-remote="false" data-toggle="modal" data-target="#myModal"
class="btn btn-sm btn-outline-dark border-0 mr-1 mb-1 {% if 'accelerator' in url %}btnPrimary{% else %}btnSecondary{% endif %}" role="button">
Accelerator
</a>
{#
<a href="{{ path(currentPath, {'filter': 'gruenderstipendium:startplatz', redirect: redirectUrl} + templateVars ) }}"
class="btn btn-sm btn-outline-dark border-0 mr-1 mb-1 {% if 'accelerator' in url %}btnPrimary{% else %}btnSecondary{% endif %}" role="button">
Gründungsstipendium
</a>
#}
<a href="#gruenderstipendium-funded"
class="btn btn-sm btn-outline-dark border-0 mr-1 mb-1 {% if 'accelerator' in url %}btnPrimary{% else %}btnSecondary{% endif %}" role="button">
Gründungsstipendium
</a>
</div>