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

{{ title }}

{% if show_filters | default(False) %}
{% endif %} {{ macros.media_thumbnail_list( elements=media_list, check_considered=check_considered|default(True), ) }}