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

{% trans "Synchronize agendas" %}

{% endblock %} {% block content %}
{% csrf_token %}

{% blocktrans %}Are you sure you want to synchronize your agendas with the ANTS now?{% endblocktrans %}

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