{% extends "baseTemplate/index.html" %} {% load static %} {# Panel display name, contact addresses and outgoing mail -- admin only. #} {% block title %}Panel settings{% endblock %} {% block content %}

Panel settings

Display name, contact addresses and outgoing notification mail.

Branding & contact
Shown to customers, and used as the From: address for outgoing mail.
Where the panel's own alerts (service down, disk full, ...) are sent.
Outgoing notification mail
{% endblock %} {% block scripts %} {% endblock %}