{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Instance Admin Password" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Retrieve Instance Password") %} {% endblock %} {% block main %} {% include "project/instances/_decryptpassword.html" %} {% endblock %}