{% extends 'base.html' %} {% load static %} {% block title %} LORDCHANNEL {{ anime.titolo }} {% endblock title %} {% block style %} {% endblock style %} {% block content %}

{{ anime.titolo }}

{{ anime.voto }}
  • {{ anime.qualità_video }}
  • {{ anime.età_consigliata }}
{{ anime.descrizione }}
{% if anime.trailer %} {% else %} {% endif %}
{% for seasons in anime.animestagioni.all %}
{% if seasons.numero_stagione == 0 %} {% for special_episodes in seasons.stagione_speciali.all %} {% endfor %} {% else %} {% for episodes in seasons.stagione.all %} {% endfor %} {% endif %}
# Titolo
{{ seasons.stagione_speciali.count }} {{ special_episodes.titolo }}
{{ episodes.numero_episodio }}
{% endfor %}
Disponibile per i dispositivi:
  • IOS
  • Android
  • Windows
  • Smart TV
{% if request.user.is_authenticated %} {% if is_favorite %} {% else %} {% endif %} {% if watch_later %} {% else %} {% endif %} {% endif %}

CONTENUTI AGGIUNTIVI

    {% if request.user.is_authenticated %} {% for comments in commenti %}
  • {{ comments.utente.user }} {{ comments.data_commento }}

    {{ comments.commento }}

  • {% empty %}
  • Nessun Commento Scritto! Inzia Ora!

  • {% endfor %}
    {% csrf_token %} {{ commenti_form.commento.errors }} {{ commenti_form.commento }}
    {% else %}
  • Per poter commentare devi loggarti...

  • {% endif %}

Ti Potrebbero Interessare...

{% for anime_foryou in anime_chetipotrebberopiacere %}

{{ anime_foryou.titolo }}

{% for anime_foryougenres in anime_foryou.genere.all %} {{ anime_foryougenres.genere }} {% endfor %} {{ anime_foryou.voto }}
{% endfor %}
{% include 'photo.html' %} {% endblock content %}