Hi, {{user.username}}

{{new_series_list|length}} series updated
{% for s in new_series_list %}
{{s.series.title}}:
    watched: {{s.series.watched_season}}-{{s.series.watched_episode}}
    last: {{s.last_season}}-{{s.last_episode}}
    number of new episodes: {{s.new_episodes_count}}
{% endfor %}
Some series could not be updated (please try again later)
{% for e in error_series_list %}
{{e.title}}:
    watched: {{e.watched_season}}-{{e.watched_episode}}
    last: {{e.last_season}}-{{e.last_episode}}
    number of new episodes: {{e.new_episodes_count}}
{% endfor %}