{% extends 'NivaPortalBundle:common:layout.html.twig' %} {% block headerAssets %} {{ include( 'NivaPortalBundle:Layout-basic:header.html.twig', { 'club': club } ) }} {% endblock %} {% block content %}
{% for section in sections %} {% if section.jumpToListing %} {{ section.name }} {# Places banner in center #} {% if loop.index == (loop.length/2|round) %} {% if club.contentBanner %} {{ club.contentBanner }} {% endif %} {% endif %} {% else %} {{ section.name }} {# Places banner in center #} {% if loop.index == (loop.length/2|round) %} {% if club.contentBanner %} {{ club.contentBanner }} {% endif %} {% endif %} {% endif %} {% endfor %}
{{ club.googleAdwords|raw }} {{ include( 'NivaPortalBundle:Layout-basic:legal.html.twig', { 'client': client, 'complete':1 } ) }}
{% endblock %}