{% if user.api_key %}
{{user.api_key}}
{% else %}
No API Key Generated
{% endif %}
Calendar Options
Calendar URL
{% if user.api_key %}
Click here for instructions on adding to google calendar.
To sync from google calendar to mobile device, visit this page on your device and tick "RIGS Calendar".
{% else %}
No API Key Generated
{% endif %}
{% endif %}
{% endif %}
Events
{% with object.latest_events as events %}
{% include 'event_table.html' %}
{% endwith %}