{% extends "orga/base.html" %} {% load bootstrap4 %} {% load i18n %} {% load tz %} {% block content %}

{% trans "Set up upstream sync" %}

{% csrf_token %} {% bootstrap_form form layout='event' %} {% if last_pulled %}

Last automatic sync: {{ last_pulled|date:"SHORT_DATETIME_FORMAT" }}

{% endif %}
{% endblock %}