diff --git a/src/series/templates/email/error_series_notification.html b/src/series/templates/email/error_series_notification.html index 1d3dfef..051b2ee 100644 --- a/src/series/templates/email/error_series_notification.html +++ b/src/series/templates/email/error_series_notification.html @@ -1,8 +1,8 @@ {% autoescape off %} Hi {{ user.username }}, -There are new episodes of the series you recorded. +{{new_series_list|length}} series updated. -Some series could not be updated: +{{error_series_list|length}} series could not be updated: {% for e in error_series_list %} e.title {% endfor %} diff --git a/src/series/templates/email/maximum_usage_notification.html b/src/series/templates/email/maximum_usage_notification.html index 9912673..d1fb039 100644 --- a/src/series/templates/email/maximum_usage_notification.html +++ b/src/series/templates/email/maximum_usage_notification.html @@ -1,6 +1,6 @@ {% autoescape off %} Hi {{ user.username }}, -There are new episodes of the series you recorded. +{{new_series_list|length}} series updated. Some series could not be updated ({{maximum_usage}}) {% for s in new_series_list %} diff --git a/src/series/templates/email/new_series_notification.html b/src/series/templates/email/new_series_notification.html index 078233d..e6fa6b9 100644 --- a/src/series/templates/email/new_series_notification.html +++ b/src/series/templates/email/new_series_notification.html @@ -1,9 +1,7 @@ {% autoescape off %} - Hi {{ user.username }}, -There are new episodes of the series you recorded. +{{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}}, new episodes count - {{s.new_episodes_count}} {% endfor %} - {% endautoescape %} \ No newline at end of file diff --git a/src/series/templates/homepage.html b/src/series/templates/homepage.html index f662c96..8f63d86 100644 --- a/src/series/templates/homepage.html +++ b/src/series/templates/homepage.html @@ -78,8 +78,6 @@ - {{view}} -