{% extends 'NivaPortalBundle:common:layout.html.twig' %} {% block headerAssets %} {{ include( 'NivaPortalBundle:Layout-thumbnail-movistar:header.html.twig', { 'club': club } ) }} {% endblock %} {% block content %}

{{ club.clubName }}

{{ content.description }}

{% if rejected is defined and rejected %}

Créditos insuficientes!

{% 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 %} {% if content.type == 'GAM' %}
{% elseif content.type == 'VID' or content.type == 'MP3' %} {% if club.enableMediaStreams %}
{% endif %}
{% else %}
{% endif %}

Cancelar

{{ include( 'NivaPortalBundle:Layout-thumbnail:legal.html.twig', { 'client': client, 'complete':0 } ) }} {% endblock %}