{% extends FUNC_BASE_HTML %} {% load i18n %} {% block css %} {{ block.super }} {% endblock css %} {% block js %} {{ block.super }} {% endblock js %} {% block ajaxform_modified %} {{ block.super }} {% endblock ajaxform_modified %} {% comment %} ファイルアップ時には is_ajax できないので解除 {% block to_ajaxform %} {% endblock to_ajaxform %} {% block form_enctype %}enctype="multipart/form-data"{% endblock form_enctype %} {% endcomment %} {% block function %}
{% if info_dic %}
{% trans "Information" %}



{% endif %} {% for mail in mails %} {% endfor %}
{% trans "Enabled" %} {% trans "Mail Settings" %} {% trans "Notice Items" %}
{{ mail.mail }} {% trans "Mail Address" %} {{ mail.toaddr }}
{{ mail.detail }}{{ mail.detail.label }}
{% trans "SMTP Server" %} {{ mail.host }}
{% trans "SMTP Port" %} {{ mail.port }}
{{ mail.ssl.label }} {{ mail.ssl }}
{% trans "Sender Address" %} {{ mail.fromaddr }}
{{ mail.encode.label }} {{ mail.encode }}
{{ mail.auth.label }} {{ mail.auth }}
{% trans "POP Server" %} {{ mail.popsrv }}
{% trans "POP Port" %} {{ mail.popport }}
{% trans "User Name" %} {{ mail.user }}
{{ mail.password.label }} {{ mail.password }}
{{ mail.system }}{{ mail.system.label }}
{{ mail.eventlog }}{{ mail.eventlog.label }}
{{ mail.accesslog }}{{ mail.accesslog.label }}
{{ mail.backup }}{{ mail.backup.label }}
{{ mail.temperature }}{{ mail.temperature.label }}
{{ mail.report }}{{ mail.report.label }}
{{ mail.ups }}{{ mail.ups.label }}
{{ mail.disk }}{{ mail.disk.label }}
{{ mail.volume }}{{ mail.volume.label }}
{{ mail.quota }}{{ mail.quota.label }}
{% endblock function %}