{% extends "cms/admin_home.html" %} {% load sekizai_tags static i18n tz %} {% get_current_timezone as TIME_ZONE %} {% block content %}

{% trans "School Calendars" %}

{% trans "Links To Calendar Feeds" %}:
{% if privateFeeds.ownPublicEvents %} {% trans "Your Classes & Events" %} {% endif %} {% if privateFeeds.privateEvents %} {% trans "Private Events & Reminders" %} {% endif %} {% trans "Public Calendar Feed" %} ({% trans "copy and paste these URLs to add them to Google Calendar, etc." %})
{% trans "Select Calendar Options" %}

 

{% trans "Note" %}: {% blocktrans %}For all calendar options, private reminders and private lessons displayed include only those events that are visible to your user account.{% endblocktrans %}

{% addtoblock "css" %} {% endaddtoblock %} {% addtoblock "css" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% endblock %}