{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Volume Type Encryption Details" %}{% endblock %} {% block page_header %} {% include "horizon/common/_detail_header.html" %} {% endblock %} {% block main %}
{% include "admin/volume_types/_volume_encryption_type_detail.html" %}
{% endblock %}