{% extends "base.html" %} {% block title %}No Database{% endblock %} {% block page_title %}No Database{% endblock %} {% block content %}
No MC database has been set up for this group. {% if session.get('role') in ['group_owner', 'group_admin', 'admin'] %} You can configure the connection as group admin. {% else %} Please contact your group admin. {% endif %}
{% if session.get('role') in ['group_owner', 'group_admin', 'admin'] %} Configure Database {% endif %}