{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Protection Plan Details" %}{% endblock %} {% block page_header %} {% include 'horizon/common/_detail_header.html' %} {% endblock %} {% block main %}
{% include "protectionplans/_detail.html" %}
{% endblock %}