{% extends FUNC_BASE_HTML %}
{% load i18n %}
{% load utils %}
{% 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.enable.label }} |
{{ form.enable }} |
{{ form.language.label }} |
{{ form.language }} |
{{ form.sharelist.label }} |
{% with form.sharelist as sharelist_select_field %}
{% include './multi-checkbox.html' %}
{% endwith %}
|
{% if is_needreboot %}
{% trans "DMS: Reboot is necessary to upgrade to DTCP-IP Edition." %}
{% trans "DMS: Please upgrade once again after reboot." %}
{% trans "DMS: Really restart system?" %}
{% else %}
{% trans "DMS: License key bought in ioPLAZA is needed to upgrade." %}
{% trans "DMS: Input licensekey of dtcp-ip" %}
{% endif %}
|
DiXiM technology licensed from DigiOn,Inc.
|
{% endblock function %}