{% 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 }} {% else %} {{ section.name }} {% endif %}
{% endfor %}
{% if club.operatorId == 11 and client.status == 'S' %} {# only for TimWe (AT&T MX) #} {{ include( 'NivaPortalBundle:Layout-basic:suspended-popup.html.twig' ) }} {% endif %} {{ club.googleAdwords|raw }} {{ include( 'NivaPortalBundle:Layout-basic:legal.html.twig', { 'client': client, 'display': 'complete' } ) }}
{% endblock %}