{% extends 'NivaPortalBundle:common:layout.html.twig' %} {% block headerAssets %} {{ include( 'NivaPortalBundle:Layout-default:header.html.twig', { 'club': club } ) }} {% endblock %} {% block content %} {% if club.contentBanner %} {% endif %}
{% if content.publicName %}

{{ content.publicName }}

{% endif %} {% if content.description %}

{{ content.description }}

{% endif %} {% if content.type == 'GAM' %}
{% elseif content.type == 'VID' or content.type == 'MP3' %} {% if club.enableMediaStreams %}
{% endif %}
{% else %}
{% endif %} {% if rejected is defined and rejected %}

Créditos insuficientes!

{% endif %}

Tipo de contenido: {% if content.type == "IMG" %}Imagen{% endif %} {% if content.type == "MP3" %}Audio / Ringtone{% endif %} {% if content.type == "VID" %}Video{% endif %} {% if content.type == "GAM" %}Juego{% endif %}

{% if owned is defined and owned %}

Ya has descargado este contenido anteriormente.
Puedes descargarlo nuevamente sin ningún costo adicional.

{% elseif club.creditsHasIlimited == false %}

Costo por descarga{% if club.enableMediaStreams %}/stream{% endif %}: {{ club.getCreditsPerDownload() }} créditos

{% endif %}

¿Problemas con las descargas?
Escríbenos a {{ club.contentSupportEmail }}

{{ include( 'NivaPortalBundle:Layout-default:legal.html.twig', { 'client': client, 'display': 'basic' } ) }} {% endblock %} {% block footerAssets %} {% endblock %}