{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Volume Encryption Details" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=page_title %} {% endblock page_header %} {% block main %}
{% include "project/volumes/volumes/_encryption_detail_overview.html" %}
{% endblock %}