{% extends 'NivaPortalBundle:common:layout.html.twig' %} {% block headerAssets %} {{ include( 'NivaPortalBundle:Layout-basic:header.html.twig', { 'club': club } ) }} {% endblock %} {% block content %}
{% if rejected is defined and rejected %}

Estimado usuario, por el momento no puedes acceder al contenido del servicio ya que no cuentas saldo suficiente. Te invitamos a realizar una recarga y seguir disfrutando del mejor contenido! Gracias por utilizar nuestro servicio!

{% endif %} {% if club.enableVideoPreviews and content.type == 'VID' %} Da click a la imagen para ver un clip de muestra. {% else %}
{{ content.publicName }}
{% 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.

{% else %} {% if club.creditsHasIlimited == false %}

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

{% endif %} {% endif %}
{% if content.type == 'GAM' %}
{% elseif content.type == 'VID' or content.type == 'MP3' %} {% if club.enableMediaStreams %}
{% endif %}
{% else %}
{% endif %}
¿Problemas con las descargas?
Escríbenos a {{ club.contentSupportEmail }}
{{ include( 'NivaPortalBundle:Layout-basic:legal.html.twig', { 'client': client, 'display': 'basic' } ) }}
{% endblock %}