{% extends "admin/layout.html" %} {% block title %}{{ super() }} - {{ page | capitalize }}{% endblock %} {% block pagetitle %}DATABASES{% endblock %} {% block content %} {% include 'modals/confirm.html' %} {% include 'admin/databases/modals/database.html' %} {% for (category, message) in get_flashed_messages(request) %}