{% extends "base.html" %} {% block title %}Schedule Meeting - {{ lab_name }}{% endblock %} {% block content %}
{% if is_edit %}Edit Meeting{% else %}Schedule New Meeting{% endif %}
Use markdown formatting for better readability. This can be edited by all meeting participants.
Meeting notifications will be sent to members of the selected group.
{% for tag in available_tags %} {% endfor %}
Click tags to select/deselect them. Use "Create New Tag" to add custom tags.
Cancel
{% endblock %}