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

Créditos insuficientes!

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