gremmie@1: {% extends 'base.html' %} bgneal@310: {% load url from future %} gremmie@1: {% block title %}Event Calendar{% endblock %} gremmie@1: {% block content %} gremmie@1:

SurfGuitar101 Event Calendar

bgneal@345:

Welcome to the SG101 event calendar. You can add any event on our calendar to your own gremmie@1: Google calendar. If you do, the event gremmie@1: will be displayed in your time zone, and you can have Google send you email or text message reminders for gremmie@1: the events. Click on any event below to see more details or copy it to your calendar.

bgneal@345: {% if user.is_authenticated %} bgneal@345:

Please note: all times shown are in the {{ tz }} bgneal@345: time zone, which is the time zone preference you have set in your bgneal@345: user profile. bgneal@345:

bgneal@345: {% else %} bgneal@345:

Please note: all times shown are in the {{ tz }} time zone. Please bgneal@345: login to view the times based on the time zone set in your profile.

bgneal@345: {% endif %} bgneal@345: bgneal@345: gremmie@1: gremmie@1: gremmie@1: {% endblock %}