{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Create New Database - CyberPanel" %}{% endblock %} {% block header_scripts %} {% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% trans "Each database will be prefixed with your domain name for security and organization." %}

{% trans "Database Configuration" %}

_{$ dbName $}
{% trans "Database name will be prefixed with your domain" %}
_{$ dbUsername $}
{% trans "Username will be prefixed with your domain" %}
{% trans "Use a strong password for security" %}
{% trans "Generated Password" %}
{$ generatedPassword $}
{% endblock %} {% block footer_scripts %} {% endblock %}