{% load i18n %}
{% trans "ATTENTION: A periodic snapshot of a given ZFS filesystem/volume is required to create a replication task" %}
| {% trans "Filesystem/Volume" %} | {% trans "Last snapshot" %} | {% trans "Remote Host" %} | {% trans "Remote ZFS filesystem" %} | {% trans "Available actions" %} | {% for repl in zfsrepl_list %}
| {{ repl.repl_filesystem }} | {{ repl.repl_lastsnpashot }} | {{ repl.repl_remote }} | {{ repl.repl_zfs }} |
{% trans "Delete Replication" %}
{% trans "Edit Replication" %}
|
| {% trans "No ZFS replication available" %} | ||||