{% 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 %}
{{ 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 }} | {% if info_dict.snmp %}{{ form.snmp }} | {% else %} | {% trans "Go to the setting page." %} | {% endif %} {% trans "Not set." %}|
{{ form.narsus.label }} | {% if info_dict.narsus %}{{ form.narsus }} | ※{% trans "In the case of the network is connected to internet, cannot modify setting." %} | {% else %}{% trans "Go to the setting page." %} | {% endif %} {% trans "Not set." %}|
{{ form.accesslog.label }} | {{ form.accesslog }} | |||
{{ form.msnetwork.label }} | {{ form.msnetwork }} |