{% extends "orga/base.html" %} {% load bootstrap4 %} {% load compress %} {% load copyable %} {% load i18n %} {% load static %} {% block content %} {% if connect_in_progress %}

{% trans "Confirm your Venueless connection" %}

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

{% trans "Venueless" %}

{% endif %} {% if last_push %}
{% blocktrans trimmed with last_push=last_push %} Successfully connected to venueless. Data was last pushed on {{ last_push }}. {% endblocktrans %}
{% elif not connect_in_progress %}
{% blocktrans 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: {% endblocktrans %}
{% endif %}
{% csrf_token %} {% bootstrap_form form layout='event' %}
{% endblock %}