{% load i18n %}

{% trans "ATTENTION: A periodic snapshot of a given mount point is required to create a replication task" %}

{% for repl in zfsrepl_list %} {% empty %} {% endfor %}
{% trans "Mount point" %} {% trans "Last snapshot" %} {% trans "Remote Host" %} {% trans "Remote ZFS filesystem" %} {% trans "Available actions" %}
{{ repl.repl_mountpoint }} {{ repl.repl_lastsnpashot }} {{ repl.repl_remote }} {{ repl.repl_zfs }}
{% trans "Delete Replication" %}
{% trans "Edit Replication" %}
{% trans "No ZFS replication available" %}