{% extends 'NivaPortalBundle:common:layout.html.twig' %} {% block headerAssets %} {{ include( 'NivaPortalBundle:Layout-basic:header.html.twig', { 'club': club } ) }} {% endblock %} {% block content %}
{{ 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 %}