{% extends '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 main %} {% include 'nova/volumes/_attach.html' %} {% endblock %}