{% extends 'emails/base.html' %} {% block subject -%} [{{ plugin.friendly_name }}] You are now hosting '{{ vc_room.name }}' {%- endblock %} {% block header -%}

{{ actor.full_name }} has just made you the host of Zoom Meeting '{{ vc_room.name }}'.

{% if plugin.settings.get('send_host_url') %}

ATTENTION: You should not share this URL with anyone, since it will allow them to become meeting hosts!

{% endif %} {% block custom_footer %}{% endblock %} {%- endblock %}