{% extends 'NivaPortalBundle:common:layout.html.twig' %}
{% block headerAssets %}
{{ include( 'NivaPortalBundle:Layout-slider:header.html.twig', { 'club': club } ) }}
{% endblock %}
{% block content %}
{% for section in sections %}
{% if section.jumpToListing %}
{% else %}
{% endif %}
{% endfor %}
{{ club.googleAdwords|raw }}
{{ include( 'NivaPortalBundle:Layout-slider:legal.html.twig', { 'client': client, 'complete':1 } ) }}
{% endblock %}