{% extends "partials/base.html" %} {% load custom_filters %} {% block css %} {% endblock css %} {% block content %} {% for anime in trending_anime %} {% if anime.duration %} {{ anime.type }} {{ anime.totalEpisodes }} {{ anime.rating }} {{ anime.duration }} mins {% if user.preferences.title_language == "english" and anime.title.english %} {{ anime.title.english }} {% elif user.preferences.title_language == "native" and anime.title.native %} {{ anime.title.native }} {% else %} {{ anime.title.romaji }} {% endif %} {{ anime.description|strip_html }} Details Watch {% endif %} {% endfor %} Action Adventure Cars Comedy Drama Fantasy Horror Mahou Shoujo Mecha Music Mystery Psychological Romance Sci-Fi Slice of Life Sports Supernatural Thriller {% if request.user.preferences.show_history_on_home and user_history_data %}
{{ anime.description|strip_html }}
Episode {{ history.episode }}