{% 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 %}
{% trans "Set host information." %}
{% trans "'LAN DISK Name' will be used for accessing from PCs. Please set unique name." %}
{% trans "'LAN DISK Description' is memo for identifying this host." %}
{% trans "'LAN DISK Location' is memo about location information." %}
{{ form.name.label }} {{ form.name }}
{% trans "15 characters of 0-9, A-Z, a-z, -(hyphen)." %}
{{ form.desc.label }} {{ form.desc }}
{% trans "48 characters." %}
{{ form.location.label }} {{ form.location }}
{% trans "48 characters." %}
{% endblock function %}