{% extends "orgapy/layout/skeleton.html" %} {% load static %} {% block title %}Calendars{% endblock title %} {% block column_main %}

Calendars

{% csrf_token %}
{% for calendar in calendars %}
{% csrf_token %}

Last synchronization: {{ calendar.last_sync }}

{% endfor %}
{% csrf_token %}

{% endblock column_main %}