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

{{ content.getListingId().getName() }} {{ content.publicName }}

{# Why does clicking on the thumbnail redirects me back to the home page ?? #} {# #} {% 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 %} {% 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-thumbnail:legal.html.twig', { 'client': client, 'complete':0 } ) }} {% endblock %}