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

{% trans "Set up upstream sync" %}

{% csrf_token %} {{ form }} {% if last_pulled %}

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

{% endif %}
{% endblock %}