{% extends "base.html" %} {% load paniktags static i18n %} {% block bodyID %}Home{% endblock %} {% block htmltitle %}{{ radio_long_name }}{% endblock %} {% block main %} {% if focus %}
{% include "news/roll.html" with news=focus %}
{% endif %}

{% trans "This Week" %}

{% weeknav %} {% weekview include_nonstop=False %}
{% if shows %}

{% trans "Recent Shows" %}

{% if shows_display_more %}
{% trans "More" %}
{% endif %}
{% endif %} {% if collections %}

{% trans "Collections" %}

{% if collections_display_more %}
{% trans "More" %}
{% endif %}
{% endif %} {% if newsitems %}

{% trans "Events" %}

{% if newsitems_display_more %}
{% trans "More" %}
{% endif %}
{% endif %} {% comment %}

{% trans "Tags" %}

{% endcomment %}

{% trans "Newsletter" %}

{% include "newsletter/subscriber_form_embed.html" %}
{% endblock %}