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

{% trans "Set up Vimeo embeds" %}

{% if form %} {% include "orga/includes/base_form.html" %} {% else %}
{% blocktrans trimmed %} You will be able to add vimeo URLs to your sessions once you've created a schedule. {% endblocktrans %}
{% endif %} {% endblock %}