{% extends "chrono/manager_agenda_view.html" %} {% load i18n %} {% block extrascripts %} {{ block.super }} {{ form.media }} {% endblock %} {% block appbar %}

{% trans "Import exceptions" %}

{% endblock %} {% block content %}
{% if exception_sources %} {% for object in exception_sources %} {% endfor %}
{% trans "Exceptions" %}
{% if object.ics_filename %}{{ object|truncatechars:50 }}{% else %}{{ object|truncatechars:50 }}{% endif %} {% if object.ics_filename %}{% trans "replace" %}{% else %}{% trans "refresh" %}{% endif %} {% trans "remove" %}

{% endif %}

{% trans "To add new exceptions, you can upload a file or specify an address to a remote calendar." %}

{% csrf_token %} {{ form.as_p }}

{% trans 'Cancel' %}
{% endblock %}