mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-21 14:19:27 +00:00
template spaces edited
This commit is contained in:
parent
183fb8a83e
commit
c966f43421
@ -1,5 +1,4 @@
|
|||||||
{% autoescape off %}
|
{% autoescape off %}
|
||||||
|
|
||||||
Hi {{ user.username }},
|
Hi {{ user.username }},
|
||||||
There are new episodes of the series you recorded.
|
There are new episodes of the series you recorded.
|
||||||
|
|
||||||
@ -7,9 +6,7 @@ Some series could not be updated:
|
|||||||
{% for e in error_series_list %}
|
{% for e in error_series_list %}
|
||||||
e.title
|
e.title
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% for s in new_series_list %}
|
{% 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}}
|
{{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 %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
@ -1,5 +1,4 @@
|
|||||||
{% autoescape off %}
|
{% autoescape off %}
|
||||||
|
|
||||||
Hi {{ user.username }},
|
Hi {{ user.username }},
|
||||||
There are new episodes of the series you recorded.
|
There are new episodes of the series you recorded.
|
||||||
|
|
||||||
@ -7,5 +6,4 @@ Some series could not be updated ({{maximum_usage}})
|
|||||||
{% for s in new_series_list %}
|
{% 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}}
|
{{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 %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
Hi {{ user.username }},
|
Hi {{ user.username }},
|
||||||
There are new episodes of the series you recorded.
|
There are new episodes of the series you recorded.
|
||||||
|
|
||||||
{% for s in new_series_list %}
|
{% 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}}
|
{{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 %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user