{% extends 'infrastructure/base_detail.html' %} {% load i18n %} {% load url from future %} {% block title %}{% trans "Rack Detail"%}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Rack Detail") %} {% endblock page_header %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block name %}{{ rack.name }}{% endblock %} {% block actions %}
{% if rack.is_provisioned %} {% trans "Unprovision Rack" %} {% endif %}
{#
#} {# {% trans "Start" %} #} {# {% trans "Reboot" %} #} {# {% trans "Shutdown" %} #} {#
#}
{% trans "Edit" %}
{% endblock %} {% block overall_usage %}
{% trans "Usage" %}: {% if rack.is_provisioned %}
{% else %}
{% endif %}
{% endblock %}