{% extends 'NivaPortalBundle:common:layout.html.twig' %} {% block headerAssets %} {{ parent() }} {{ include( 'NivaPortalBundle:Layout-default:header.html.twig', { 'club': club } ) }} {% endblock %} {% set slider = false %} {% set banner = false %} {% set square = false %} {% set fade = false %} {% for section in sections %} {% if section.displayType == "SL" %} {% set slider = true %} {% elseif section.displayType == "BA" %} {% set banner = true %} {% elseif section.displayType == "SQ" %} {% set square = true %} {% elseif section.displayType == "FA" %} {% set fade = true %} {% endif %} {% endfor %} {% block content %} {% if club.contentBanner %} {% endif %} {% if slider %}
{% endif %} {% if fade %}
{% endif %} {% if banner %}
{% for section in sections %} {% if section.displayType == "BA" %} {% if section.jumpToListing %} {% else %} {% endif %} {% endif %} {% endfor %}
{% endif %} {% if square %}
{% for section in sections %} {% if section.displayType == "SQ" %} {% if section.jumpToListing %} {{ section.name }} {% else %} {{ section.name }} {% endif %} {% endif %} {% endfor %}
{% endif %} {# {% if club.theme == 'boca-spaceless' %}
{% endif %} #} {% if club.operatorId == 11 and client.status == 'S' %} {# only for TimWe (AT&T MX) #} {{ include( 'NivaPortalBundle:Layout-default:suspended-popup.html.twig' ) }} {% endif %} {{ club.googleAdwords|raw }} {{ include( 'NivaPortalBundle:Layout-default:legal.html.twig', { 'client': client, 'display': 'complete' } ) }} {% endblock %} {% block footerAssets %} {% endblock %}