{% extends "chrono/manager_import_exceptions.html" %} {% load i18n %} {% block appbar %}

{% if form.instance.ics_filename %}{% trans "Replace exceptions" %}{% else %}{% trans "Refresh exceptions" %}{% endif %}

{% endblock %} {% block content %}
{% if form.instance.ics_filename %}

{% trans "To replace existing exceptions, please upload a new file." %}

{% else %}

{% trans 'Press the button "Refresh" to refresh existing exceptions from:' %}
{{ form.instance.ics_url }}

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

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