{% block head %}{% endblock %}
VirtualBox Web API
{% if g.api %}
Dashboard
Machines
Mediums
{% if g.is_allowed(g.permissions.READ_EVENTS) %}
Events
{% endif %}
Logout
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}