{% extends "base.html" %} {% load thumbnails %} {% load paniktags %} {% load staticfiles %} {% block bodyID %}Home{% endblock %} {% block title %}Home{% endblock %} {% block nav %} {% with focus as news %} {% newsroll %} {% endwith %} {% endblock %} {% block main %}

Cette semaine sur Panik

{% weeknav %} {% weekview %}

Tous les lundis, l'actualité de la semaine de Panik :

{% csrf_token %} {{ newsletter_form.as_table }}
{% if emissions %} {% endif %} {% if soundfiles %}
    {% for soundfile in soundfiles %}
  • {% soundfile_resume soundfile=soundfile date=soundfile.first_diffusion %}
  • {% endfor %}
{% endif %}
{% endblock %}