{% include "header.html" %}
{% if day_week is not none %}

{{ weekdays_zh[day_week] }}更新动画: {{ total_anime }}部

{% else %}

本周更新动画: {{ total_anime }}部

{% endif %}
连载中: {{ stats.updating }}部
已完结: {{ stats.ended }}部
{% for pair in weekday_pairs %} {% set anime_list = weekly_schedule.get(pair.en, []) %} {% if anime_list %}

{{ pair.zh }}更新 ({{ anime_list|length }}部)

{% for anime in anime_list %}
{% if anime.image %} {{ anime.title }} {% endif %}
{{ anime.title }} {{ anime.status }}
ID: {{ anime.id }}
更新时间: {{ anime.update_time }}
{% if anime.sites %}
{% for site in anime.sites %} {{ site }} {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% endfor %}
{% include "footer.html" %}