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

{{ 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 %} {% endfor %}
{{ include( 'NivaPortalBundle:Layout-basic:legal.html.twig', { 'client': client, 'display': 'basic' } ) }}
{% endblock %}