{% import "macros.htm" as macros %} {% set title = "Last " + media_list | length | string + " Videos to watch" %} {{ title }} {{ macros.shared_style() }}

{{ title }}

{% for media in media_list %} {% endfor %}
Date To Watch Actions Title
{{ media.release_date.strftime("%d.%m.%Y") }} {{ media.left_length | timedelta }} {{ macros.media_element_buttons(media) }} {{ media.title }}