gremmie@1: {% extends 'admin/base_site.html' %} bgneal@458: {% load url from future %} bgneal@458: {% load core_tags %} gremmie@1: {% block title %}Sync Events w/Google Calendar{% endblock %} gremmie@1: {% block breadcrumbs %} gremmie@1:
gremmie@1: {% endblock %} gremmie@1: {% block content %} gremmie@1:Access token status: {% bool_icon access_token %} — Request new access token
bgneal@458: gremmie@1: {% if events %} bgneal@458:The following pending events have been approved and are ready to be synchronized with the Google calendar.
gremmie@1:No events to synchronize at this time.
gremmie@1: {% endif %} gremmie@1: {% endblock %}