{% extends "base.jinja" %}
{% block head %}
{% endblock %}
{% block content %}
Log in to MAL
Log in to Anilist
Log in to Kitsu
{% if state %}
{% if 'mal_token' in state %}
{% endif %}
{% if 'anilist_token' in state %}
{% endif %}
{% if 'kitsu_token' in state %}
{% endif %}
{% endif %}
{% if 'mal_token' in state %} {% set sites = sites + 1 %} | MyAnimeList | {% endif %} {% if 'anilist_token' in state %} {% set sites = sites + 1 %}Anilist | {% endif %} {% if 'kitsu_token' in state %} {% set sites = sites + 1 %}Kitsu | {% endif %}|||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Title | {% for i in range(sites) %}Progress | Score | Status | Links | {% endfor %}||||||||
{{ '[BROKEN] ' if x.is_broken() else '' }}{{ x.get_title() }} | {% for y in ['mal', 'anilist', 'kitsu'] %} {% if y in x.entries %}{{ x.entries[y].progress|default('') }} | {{ x.entries[y].score|default('') }} | {{ x.entries[y].status|default('') }} | {% if x.entries[y].link %}Link{% endif %} | {% elif y + '_token' in state %}{% endif %} {% endfor %} |