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

{% trans "Set up Vimeo embeds" %}

{% if form %}
{% csrf_token %}
{% bootstrap_form form layout='event' %}
{% else %}
{% blocktrans trimmed %} You will be able to add vimeo URLs to your sessions once you've created a schedule. {% endblocktrans %}
{% endif %} {% endblock %}