{% extends "master.html" %} {% from "_formhelpers.html" import render_field_in_row %} {% block title %}{{ _('Upload calendar') }}{% endblock %} {%block tag %}admin{% endblock %} {% block content %}

{{ _('Upload calendar') }}

{{ _('Upload a calendar file using the %(ical_link)s format', ical_link='iCalendar') }}

{{ _('Note: recurrent events are not yet taken into account by the upload.') }}

{{ _('Note2: Todo are considered as full day meeting and displayed as such.') }}

{{ render_field_in_row(form.ics_file) }}

{{ form.csrf_token }}

{% endblock %}