{% 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 %} {% block function %}
{% if interfaces|length > 1 %}{% trans "Set IPv4 address of LAN1 of this host." %}{% else %}{% trans "Set IPv4 address of LAN of this host." %}{% endif %}
{% trans "If you cannot set address by DHCP, please set manually." %}
{% if interfaces|length > 1 %}{% trans "IPv4 address of LAN2, and all of IPv6 addresses are not changed." %}{% endif %}
{{ form.dhcp.label }} {{ form.dhcp }}
{{ form.ipaddr.label }} {{ form.ipaddr }}
{{ form.subnet.label }} {{ form.subnet }}
{{ form.gateway.label }} {{ form.gateway }}
{{ form.dnssrv.label }} {{ form.dnssrv }}
{% endblock function %}