{% extends "partials/base.html" %} {% block css %} {% endblock css %} {% block content %}

Currently Watching

{% for history in watchlist %}

{% if user.preferences.title_language == "english" and history.anime_title_english %} {{ history.anime_title_english }} {% elif user.preferences.title_language == "native" and history.anime_title_native %} {{ history.anime_title_native }} {% else %} {{ history.anime_title_romaji }} {% endif %}

{{ history.episode_title }}

Episode {{ history.episode }}

{% endfor %}
{% endblock content %} {% block scripts %} {% endblock scripts %}