{% extends "base.html" %} {% block page-title %}Panik DB - Playlist {{ day|date:"d/m/Y" }}{% endblock %} {% block appbar %}

Nonstop - {{ day|date:"d/m/Y" }}

export CSV {% endblock %} {% block more-user-links %} {{ block.super }} Gestion nonstop {% endblock %} {% block content %}

{% if previous_day %} Previous Day {% endif %} {% if previous_day and next_day %}--{% endif %} {% if next_day %} Next Day {% endif %}

{% endblock %}