{% extends "orga/base.html" %} {% load compress %} {% load copyable %} {% load i18n %} {% load static %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %} {% block content %} {% if connect_in_progress %}

{% trans "Confirm your Venueless connection" %}

{% blocktranslate trimmed %} Venueless is asking to connect to your pretalx event. If you confirm this connection, pretalx will notify Venueless about all schedule changes. {% endblocktranslate %}
{% else %}

{% trans "Venueless" %}

{% endif %} {% if last_push %}
{% blocktranslate trimmed with last_push=last_push %} Successfully connected to venueless. Data was last pushed on {{ last_push }}. {% endblocktranslate %}
{% elif not connect_in_progress %}
{% blocktranslate trimmed %} Setting up the connection with Venueless will configure the pretalx settings in Venueless, and will automatically push schedule changes to venueless users. Please use Venueless to begin this process. Go to Config → Event in Venueless, and enter the following settings to create the connection: {% endblocktranslate %}
{% endif %}
{% csrf_token %}

{% translate "Main settings" %}

{% blocktranslate trimmed %} These settings will get filled in automatically when you set up your event with venueless. Please follow the instructions at the top of this page! {% endblocktranslate %}

{% include "common/forms/errors.html" %} {{ form.url.as_field_group }} {{ form.token.as_field_group }} {{ form.return_url.as_field_group }}

{% translate "Join link settings" %}

{% blocktranslate trimmed %} These settings are only required if you want to distribute the sign-up links to venueless for your speakers by way of pretalx. {% endblocktranslate %}

{{ form.show_join_link.as_field_group }}
{% endblock %}