{% extends 'base.html' %} {%- block content %}

Kiki Game Playlists

{%- for playlist_row in playlists | batch(2) -%}
{%- for playlist_id, playlist in playlist_row -%}

{{ playlist.year }}

{{ playlist.videos | length }} VODs

{%- endfor -%}
{%- for playlist_id, playlist in playlist_row -%}

Loading...

{%- endfor -%} {%- endfor -%}
{% endblock -%} {% block scripts %} {{ super() }} {% endblock %}