{% 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 Progress Length Actions Title
{{ media.release_date.strftime("%d.%m.%Y") }} {% if media.watched %} completed {% elif media.progress <= 0 %} not started {% else %} {{ media.progress }} s {% endif %} {{ media.length }} s {{ macros.media_element_buttons(media) }} {{ media.title }}