{% 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 }} Generi: {% for genres in anime.genere.all %} {{ genres.genere }} {% endfor %} Data di Uscita: {{ anime.data_uscita }} Durata: {{ anime.durata }} Lingua: {{ anime.lingua }} {{ anime.descrizione }} {% if anime.trailer %} {% else %} {% endif %} {% for seasons in anime.animestagioni.all %} {% if seasons.numero_stagione == 0 %} Speciali {% else %} Stagione: {{ seasons.numero_stagione }} {% endif %} {% if seasons.numero_stagione == 0 %} {% if seasons.stagione_speciali.count == 1 %} {{ seasons.stagione_speciali.count }} Episodio {% elif seasons.stagione_speciali.count == 0 %} Nessun Episodio Ancora Caricato! {% else %} {{ seasons.stagione_speciali.count }} Episodi {% endif %} {% else %} {% if seasons.stagione.count == 1 %} {{ seasons.stagione.count }} Episodio {% elif seasons.stagione.count == 0 %} Nessun Episodio Ancora Caricato! {% else %} {{ seasons.stagione.count }} Episodi {% endif %} {% endif %} # Titolo {% if seasons.numero_stagione == 0 %} {% for special_episodes in seasons.stagione_speciali.all %} {{ seasons.stagione_speciali.count }} {{ special_episodes.titolo }} {% endfor %} {% else %} {% for episodes in seasons.stagione.all %} {{ episodes.numero_episodio }} {{ episodes.nome_episodio }} {% endfor %} {% endif %} {% endfor %} Disponibile per i dispositivi: IOS Android Windows Smart TV Condividilo: {% if request.user.is_authenticated %} {% if is_favorite %} ANIME GIA' AGGIUNTO AI PREFERITI {% else %} AGGIUNGI AI PREFERITI {% endif %} {% if watch_later %} ANIME GIA' AGGIUNTO A GUARDA PIU' TARDI {% else %} GUARDA PIU' TARDI {% endif %} {% endif %} SEGNALA ANIME Segnala Problema Anime Qualche problema con il video? Segnalacelo! {% csrf_token %} {{ segnala_anime_form }} SEGNALA PROBLEMA ANNULLA CONTENUTI AGGIUNTIVI IMMAGINI COMMENTI COMMENTI IMMAGINI {% 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 }} commenta {% else %} Per poter commentare devi loggarti... {% endif %} {% for lista_immagini in immagini_anime %} ScreenShot dell'Anime {{ anime.titolo }} {% endfor %} 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 %}
Qualche problema con il video? Segnalacelo!
{{ comments.commento }}
Nessun Commento Scritto! Inzia Ora!
Per poter commentare devi loggarti...
{% if request.user.is_authenticated %} {% for comments in commenti %}-
{{ comments.utente.user }}
{{ comments.data_commento }}
{% empty %}
-
{% endfor %}
{% else %}{{ comments.commento }}
Nessun Commento Scritto! Inzia Ora!
Per poter commentare devi loggarti...