{% 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 %} {% endcomment %} {% block function %}
{% if info_dict.snmp %} {% else %} {% endif %} {% if NARSUS_IS_SUPPORTED %} {% if info_dict.narsus %} {% else %} {% endif %} {% endif %} {% for html in html_list %} {% include html %} {% endfor %}
{{ form.quota.label }} {{ form.quota }}
{{ form.ups.label }} {{ form.ups }}
{{ form.firm_auto.label }} {{ form.firm_auto }}
{{ form.firm_notice.label }} {{ form.firm_notice }}
{{ form.pkg_auto.label }} {{ form.pkg_auto }}
{{ form.pkg_notice.label }} {{ form.pkg_notice }}
{{ form.snmp.label }}{{ form.snmp }}
{{ form.snmp }}
{% trans "Not set." %} {% trans "Go to the setting page." %}
{{ form.narsus.label }}{{ form.narsus }} ※{% trans "In the case of the network is connected to internet, cannot modify setting." %}
{{ form.narsus }}
{% trans "Not set." %} {% trans "Go to the setting page." %}
{{ form.accesslog.label }} {{ form.accesslog }}
{{ form.msnetwork.label }} {{ form.msnetwork }}
{% endblock function %}