{% load i18n %} {% load static %} {% load compress %} {% block css %} {% compress css %} {% endcompress %} {% endblock %}
{% trans "Protection Provider" %}:
{{ provider_name }}
{% trans "Protection Plan" %}:
{{ checkpoint.protection_plan.name }}
{% trans "Status" %}:
{{ checkpoint.status }}
{% for resource in resources %} {% endfor %}
Resource Name Resource Type
{{ resource.name }} {{ resource.type }}