{% extends 'NivaPortalBundle:common:layout.html.twig' %} {% block headerAssets %} {{ include( 'NivaPortalBundle:Layout-grid:header.html.twig', { 'club': club } ) }} {% endblock %} {% block content %}

{{ club.contentName }} : {{ section.name }}

{% for listing in listings %}
{% if listing.jumpToContent %} {{ listing.name }} {% else %} {{ listing.name }} {% endif %}
{% endfor %}
{{ club.googleAdwords|raw }} {{ include( 'NivaPortalBundle:Layout-grid:legal.html.twig', { 'client': client, 'complete':0 } ) }} {% endblock %}