{% if request.get_full_path == "/" %}

{{ movie.stars_icons }}

{{ movie.duration_formatted | safe }}

{% if user.is_authenticated %}

{{ movie.count_formatted }}

{% endif %}
{% else %}

Cartel

Ficha técnica

Título original{{ movie.original_name }}
Año {{ movie.year }}
País {% for country in movie.countries %} {{ country }}{% if not forloop.last %},{% endif %} {% endfor %}
Duración{{ movie.duration }} min
Dirección {% for director in movie.directors %} {{ director }}{% if not forloop.last %},{% endif %} {% endfor %}
Reparto {% for actor in movie.actors %} {{ actor }}{% if not forloop.last %},{% endif %} {% endfor %}
Género {% for gender in movie.genders %} {{ gender }}{% if not forloop.last %},{% endif %} {% endfor %}
{% if movie.wiki.summary %}

Sinopsis de Wikipedia

{{ movie.wiki.summary | safe }} {% else %}

Sinopsis de Wikipedia

No se encontró su artículo en Wikipedia, haz clic aquí para escribirlo o solicitarlo.

{% endif %}
{% if user.is_authenticated %} {% load static %} {% endif %} {% endif %}