{% 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 %}
{% else %}
{% 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 %}