• OpenStack Dashboard

  • {% if request.user %}
  • User Dashboard
  • {% if request.user.is_admin %}
  • System Panel
  • {% endif %} {% else %} NOT _LOGGED_IN_TOPBAR {% endif %}

{{request.user.tenant}}

as {{request.user.username}}
 
  • Available Tenants

  • {% for tenant in tenants %} {% if tenant.enabled %}
  • {{tenant.id}}
  • {% endif %} {% endfor %}
  • Sign Out