{% 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 listing in listings %} {% if listing.displayType == "SL" %} {% set slider = true %} {% elseif listing.displayType == "BA" %} {% set banner = true %} {% elseif listing.displayType == "SQ" %} {% set square = true %} {% elseif listing.displayType == "FA" %} {% set fade = true %} {% endif %} {% endfor %} {% block content %} {% if club.contentBanner %} {% endif %} {% if section.headBanner %} {% endif %} {% if slider %}
{% endif %} {% if fade %}
{% endif %}
{% for listing in listings %} {% if listing.displayType == "BA" %} {% if listing.jumpToContent %} {% else %} {% endif %} {% endif %} {% endfor %}
{% for listing in listings %} {% if listing.displayType == "SQ" %}
{% if listing.jumpToContent %} {{ listing.name }}

{{ listing.getDefaultContent().publicName }}
{% if listing.getDefaultContent().type == "IMG" %}Imagen{% endif %} {% if listing.getDefaultContent().type == "MP3" %}Audio / Ringtone{% endif %} {% if listing.getDefaultContent().type == "VID" %}Video{% endif %} {% if listing.getDefaultContent().type == "GAM" %}Juego{% endif %}

{% else %} {{ listing.name }} {% endif %}
{% endif %} {% endfor %}
{{ club.googleAdwords|raw }} {{ include( 'NivaPortalBundle:Layout-default:legal.html.twig', { 'client': client, 'display': 'basic' } ) }} {% endblock %} {% block footerAssets %} {% endblock %}