{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Database Functions - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Database Functions" %}

{% trans "Create, edit and delete databases on this page." %}

{% endblock %}