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