{% extends 'layout.html' %} {% block title %} {{- user.username -}} {% endblock title %} {% block body %}

{% trans %}Person{% endtrans %}

{{ now | format_datetime }}
{% include "dashboard/identity.html" %}
{% include "dashboard/access.html" %}
{% include "dashboard/ssh.html" %}

{% trans %}Managed Services{% endtrans %}

{% include "dashboard/network.html" %}
{% include "dashboard/application.html" %}
{% include "dashboard/storage.html" %}
{% include "dashboard/infra.html" %}
{% include "dashboard/compute.html" %}

{% trans %}Unmanaged Services{% endtrans %}

{% include "dashboard/cloud.html" %}
{# Include common modal dialogs #} {% if user.username == username %} {% endif %} {% endblock %}