{% load i18n %}
{% trans "Those are the settings you will have to set in your user configuration file:" %}
[database]
connection=main
[database:main]
HOST = {{ db_host }}
PORT = {{ db_port }}
DATABASE = {{ db_database }}
USER = {{ db_user }}
{% trans "Your Database password is" %}: {{ db_password }}
{% trans "You will be asked to enter it when you run the weatehrDB-module for the first time." %} {% trans "For further information, please refer to the" %} {% trans "documentation" %}.