{{ " ".join(["☆"] * (10-int(info["vote_average"]))) }} {{ " ".join(["★"] * int(info["vote_average"])) }} | {{ " ".join(["☆"] * (10-int(info["popularity"]*10))) }} {{ " ".join(["★"] * int(info["popularity"]*10)) }} | {{ " ".join([" "] * (10-centuries)) }} {{ " ".join(["⌚"] * centuries) }} | {% endif %}{% if posterBase64 %} {% else %} no image {% endif %} |
{{ info.title }}
{% if info.title != info.original_title %}
({{ info.original_title }})
{% endif %}
{{ info.overview }}
|