{% extends 'NivaPortalBundle:common:layout.html.twig' %}
{% block headerAssets %}
{{ include( 'NivaPortalBundle:Layout-slider:header.html.twig', { 'club': club } ) }}
{% endblock %}
{% block content %}
{% for listing in listings %}
-
{% if listing.jumpToContent %}
{% else %}
{% endif %}
{% endfor %}
{% if listings[0] is defined %}
{% endif %}
{{ club.googleAdwords|raw }}
{{ include( 'NivaPortalBundle:Layout-slider:legal.html.twig', { 'client': client, 'complete':0 } ) }}
{% endblock %}