|
+
+
+
+ ${parameters['start_date']} - ${parameters['end_date']}
+ |
+ |
| + + + | +|
|
+
+
+
+
+ ${len(recently_added['movie'])} movie${'s' if len(recently_added['movie']) > 1 else ''}
+
+ |
+ |
+
|
+ |
|
+
+
+
+
+ ${len(recently_added['show'])} show${'s' if len(recently_added['show']) > 1 else ''} /
+ <% total_episodes = sum(season['episode_count'] for show in recently_added['show'] for season in show['season']) %>
+ ${total_episodes} episode${'s' if total_episodes > 1 else ''}
+
+ |
+ |
+
|
+ |
|
+
+
+
+
+ ${len(recently_added['artist'])} artist${'s' if len(recently_added['artist']) > 1 else ''} /
+ <% total_albums = sum(artist['album_count'] for artist in recently_added['artist']) %>
+ ${total_albums} album${'s' if total_albums > 1 else ''}
+
+ |
+ |
+
|
+ |
|
+
+
+
+
+ ${len(recently_added['other_video'])} video${'s' if len(recently_added['other_video']) > 1 else ''}
+
+ |
+ |
+
|
+ |
+
+
+