{% extends 'base.html' %} {% load static %} {% block title %} LORDCHANNEL {{ serietv.titolo }} {% endblock title %} {% block style %} {% endblock style %} {% block content %} {{ serietv.titolo }} {{ serietv.voto }} {{ serietv.qualità _video }} {{ serietv.età _consigliata }} Generi: {% for genres in serietv.genere.all %} {{ genres.genere }} {% endfor %} Data di Uscita: {{ serietv.data_uscita }} Durata: {{ serietv.durata }} Lingua: ITA {{ serietv.descrizione }} {% if serietv.trailer %} {% else %} {% endif %} {% for seasons in serietv.seriestagioni.all %} Stagione: {{ seasons.numero_stagione }} {% if seasons.stagione.count == 1 %} {{ seasons.stagione.count }} Episodio {% elif seasons.stagione.count == 0%} Nessun Episodio Ancora Caricato! {% else %} {{ seasons.stagione.count }} Episodi {% endif %} # Titolo {% for episodes in seasons.stagione.all %} {{ episodes.numero_episodio }} {{ episodes.nome_episodio }} {% endfor %} {% endfor %} Disponibile per i dispositivi: IOS Android Windows Smart TV Condividilo: SEGNALA SERIETV Segnala Problema SerieTV Qualche problema con il video? Segnalacelo! {% csrf_token %} {{ segnala_serietv_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 %} {{ form.commento.errors }} {{ form.commento }} commenta {% else %} Per poter commentare devi loggarti... {% endif %} {% for lista_immagini in immagini_serietv %} Screenshot della SerieTV {{ serietv.titolo }} {% endfor %} Ti potrebbero interessare... {% for serietv_youmightlike in serietv_foryou %} {{ serietv_youmightlike.titolo }} {% for serietv_youmightlikegenres in serietv_youmightlike.genere.all %} {{ serietv_youmightlikegenres.genere }} {% endfor %} {{ serietv_youmightlike.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...