{% 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 %} {% block function %}
{% trans "Status" %}
{{ form.times.label }} {{ form.times }}
{% trans "LanDiskClone: Times = 0 is unlimited." %}
{% trans "LanDiskClone: Please check space in usb4." %}{% trans "Go Volume Information" %}
{{ form.schedule.label }} {{ form.schedule }}
{% trans "Day" %} {{ form.sun.label }}: {{ form.sun }}
{{ form.mon.label }}: {{ form.mon }}
{{ form.tue.label }}: {{ form.tue }}
{{ form.wed.label }}: {{ form.wed }}
{{ form.thu.label }}: {{ form.thu }}
{{ form.fri.label }}: {{ form.fri }}
{{ form.sat.label }}: {{ form.sat }}
{{ form.time.label }} {{ form.time }}
{% endblock function %}