{% extends "base.html" %} {% load static i18n widget_tweaks %} {% block title %}{% trans "Schedule Remote Meeting" %} - {{ block.super }}{% endblock %} {% block content %}
{{ error }}
{{ form.application.help_text }}
{{ form.job.help_text }}
{{ form.topic.help_text }}
{{ form.start_time.help_text }}
{{ form.duration.help_text }}
{{ form.host_email.help_text }}
{{ form.password.help_text }}
{{ form.participant_video.help_text }}