{% extends 'base.html' %} {% block result_page %}
Movie
{% if netflix == 'NaN' or not back %}

{{ title }}

{% else %} {% endif %}
{{ rating }}
{{ noOfRating }}
{{ runtime }}
{{ mtype }}
Genre
{% for genre1 in genreonebyone %} {{ genre1 }}
{% endfor %}
Stars
{% for stars1 in starsList %} {{ stars1 }}
{% endfor %}
Description
{{ desp }}
Available on
{% if netflix != 'NaN' %} Netflix {% else %} Netflix {% endif %}
{% endblock %}