{% 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') == 'admin' %} You can configure the connection as group admin. {% else %} Please contact your group admin. {% endif %}
{% if session.get('role') == 'admin' %} Configure Database {% endif %}