{% extends 'base.html' %} {% block content %}

{{ _("System Configuration") }}

{{ _("Database Settings") }}
{{ _("SQLite example: sqlite:///database.sqldb") }}
{{ _("MQTT Settings") }}
{{ _("Web Application Settings") }}
{{ _("Used for Flask encryption. Change to a random string.") }}
{{ _("Email for admin login and seeding.") }}
{{ _("Base URL for web application (used in emails).") }}
{{ _("Email Settings") }}
{{ _("Leave empty to keep current password.") }}
{{ _("Email address used as sender for system emails.") }}
{{ _("Weekly Summary Settings") }}
{{ _("Send automated weekly summary emails to users.") }}
{{ _("Language for weekly summary emails.") }}
{% endblock %}