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