{% extends "base.html" %} {% load i18n %} {% block css %} {{ block.super }} {% endblock css %} {% block js %} {{ block.super }} {% endblock js %} {%comment%} {% block header %} {% endblock header %} {%endcomment%} {% block contents %}
{% trans "LAN DISK Name" %} : {{ STATUS.landiskname }}
{% trans "F/W Version" %} : {{ STATUS.version }}
{% trans "Used Volume Space" %}/{% trans "Total Volume Space" %} : {{ STATUS.used_vol_space }} / {{ STATUS.total_vol_space }}
{% trans "Notice" %} : {{ STATUS.notice }}
{% for s in SLIDES %} {% with s.template_dic as vals %}
{% include s.template %}
{% endwith %} {% endfor %}
{% include ADMIN_STATUS_HTML %}
{% trans "Melody" %}
{% trans "Logoff" %}
{% trans "Online Manual" %}
{% trans "Reload" %}
{% with MENU_LIST as menus %} {% with "block" as display %} {% with "admin/templates/menu.html" as html %} {% endwith %} {% endwith %} {% endwith %}
{% comment %} FIXME iframe 未対応時のMsg {% endcomment %}
{% endblock contents %}