{% 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 "LanDiskClone: Saved Data" %} | ||
|---|---|---|
| {% trans "LanDiskClone: Saved Timestamp" %} | {{ info.timestamp|default:_("LanDiskClone: Saved Data is not exists.") }} | |
| {% trans "LAN DISK Name" %} | {{ info.hostname|default:"-" }} | |
| LAN1 | IPv4 | {{ info.lan1.ipv4|default:"-" }} |
| IPv6 | {{ info.lan1.ipv6|default:"-" }} | |
| LAN2 | IPv4 | {{ info.lan2.ipv4|default:"-" }} |
| IPv6 | {{ info.lan2.ipv6|default:"-" }} | |
| {{ field.label }} | {{ field }} |
|---|