{% extends 'generic/_base.html' %} {% load form_helpers i18n %} {% block title %}{% trans "Data Protection" %}{% endblock %} {% block content %}
| {% trans "Kind" %} | {% trans "Date and time" %} | {% trans "Virtual machine" %} | {% trans "Node or target" %} | {% trans "Label" %} |
|---|---|---|---|---|
| {{ row.event.kind|title }} | {{ row.event.time_text }} | {{ row.virtual_machine|default:"—" }} | {{ row.node|default:"—" }} | {{ row.event.label }} {% if row.event.approximate %}{% trans "approximate schedule" %}{% endif %} |
| {% trans "No permitted events match this visible range." %} | ||||