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

{% trans "Set up media.ccc.de sync" %}

{% csrf_token %} {{ form }}
{% if url_form %}

{% trans "Change URLs" %}

{% include "orga/includes/base_form.html" with form=url_form %} {% endif %} {% endblock %}