{% if not request.user.mal_access_token %} {% load static %}
added to list

Your MAL list is not connected to your account yet. Connect your MAL account to see your list here.

Connect with MAL
{% else %}
{% if prev_offset %} Load Previous {% else %} Load Previous {% endif %}
Filter:
{% if filter == "completed" %} completed {% elif filter == "watching" %} watching {% elif filter == "on_hold" %} on hold {% elif filter == "dropped" %} dropped {% elif filter == "plan_to_watch" %} plan to watch {% else %} all {% endif %}
{% if next_offset %} Load Next {% else %} Load Next {% endif %}
{% for anime in mal_list %} {{ anime.node.title }}
{% if anime.node.my_list_status.status == "watching" %} Watching {% elif anime.node.my_list_status.status == "completed" %} Completed {% elif anime.node.my_list_status.status == "on_hold" %} On Hold {% elif anime.node.my_list_status.status == "dropped" %} Dropped {% elif anime.node.my_list_status.status == "plan_to_watch" %} Plan to Watch {% endif %} {{ anime.node.my_list_status.num_episodes_watched }} {{ anime.node.my_list_status.score }}
{% if anime.status == "Ongoing" %} {% elif anime.status == "Not yet aired" %} {% else %} {% endif %} {% if user.preferences.title_language == "english" and anime.node.alternative_titles and anime.node.alternative_titles.en %} {{ anime.node.alternative_titles.en }} {% elif user.preferences.title_language == "native" and anime.node.alternative_titles and anime.node.alternative_titles.ja %} {{ anime.node.alternative_titles.ja }} {% else %} {{ anime.node.title }} {% endif %}
{% endfor %}
{% if prev_offset %} Load Previous {% else %} Load Previous {% endif %} {% if next_offset %} Load Next {% else %} Load Next {% endif %}
{% endif %} {% block scripts %} {% endblock scripts %}