{% extends 'nova/base.html' %} {% load i18n %} {% block title %}Manage Volume Attachments{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Manage Volume Attachments") %} {% endblock page_header %} {% block dash_main %} {% include 'nova/instances_and_volumes/volumes/_attach.html' %} {% endblock %}