{% extends "base.html" %} {% block title %}Dashboard — vCenter Portal{% endblock %} {% block content %}
{% if current_user.is_admin() %} You're viewing all VMs in the vCenter inventory. {% else %} You're viewing only VMs assigned to you. Contact your administrator for additional access. {% endif %}