{% extends "base_resource.html" %} {% load i18n %} {% block entity_content %}
{% trans "MySQL databases are typically used with web applications to store your web site content, contacts or other information." %}
{% trans 'New MySQL Database' %} {% if entity_list %}{% trans 'Name' %} | {% trans "Status" %} | {% trans 'Actions' %} |
---|---|---|
{{ entity.name }} | {{ entity.get_display_status }} | {% trans 'Delete' %} {% trans 'List users' %} {% if entity.display_as_disabled %} {% trans 'Enable' %} {% else %} {% trans 'Disable' %} {% endif %} |