{$_("videos.title")}

{$_("videos.description")}

{#each filteredVideos() as video (video.slug)}
{video.title}
{#if video.movie_file?.duration}{formatVideoDuration(video.movie_file.duration)}{/if}
{#if video.premium}
{$_("videos.premium")}
{/if} {#if video.plays_count}
{video.plays_count}
{/if}

{video.title}

{timeAgo.format(new Date(video.upload_date))}

{/each}
{#if filteredVideos().length === 0}

{$_("videos.no_results")}

{/if}