{% extends "base.html" %} {% load static i18n %} {% block title %}{% trans "Create Zoom Meeting" %} - {{ block.super }}{% endblock %} {% block customCSS %} {% endblock %} {% block content %}

{% trans "Create New Zoom Meeting" %}

{# Using custom secondary button for 'Back to Meetings' link #} {% trans "Back to Meetings" %}
{% csrf_token %}
{{ form.topic }}
{{ form.start_time }}
{{ form.duration }}
{# Action Buttons at the bottom #}
{# Using custom secondary button for 'Cancel' link #} {% trans "Cancel" %}
{% endblock %}