{% extends "base.html" %} {% load tz i18n %} {% block body_class %}{{ block.super }} competitions{% endblock %} {% block full_content %} {% get_current_timezone as TIME_ZONE %} {% timezone season.timezone|default:TIME_ZONE %} {% get_current_timezone as SEASON_TIME_ZONE %} {% if TIME_ZONE != SEASON_TIME_ZONE %} {% block timezone %}

{% blocktrans %}All dates & times below have been adjusted to {{ SEASON_TIME_ZONE }} timezone.{% endblocktrans %}

{% endblock %} {% endif %} {% endtimezone %} {{ block.super }} {% endblock %}