{% extends "base.html" %} {% load static i18n %} {% block title %}{% trans "Zoom Meetings" %} - {{ block.super }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "No meetings found." %}
{% if user.is_staff %} {% trans "Create Your First Meeting" %} {% endif %}