{% extends "dashboard/base.html" %} {% load staticfiles %} {% load i18n %} {% block title-page %}{% trans "Index" %}{% endblock %} {#{% block extra_link_2 %}#} {##} {#{% endblock %}#} {% block content %}
{% include "dashboard/index-vm.html" %}
{# {% if perms.auth %}#} {#
#} {# {% include "dashboard/index-groups.html" %}#} {#
#} {# {% endif %}#} {##} {# {% if not no_store %}#} {#
#} {# {% include "dashboard/store/index-files.html" %}#} {#
#} {# {% endif %}#} {##} {# #TODO: check permissions for template (as well as for other resources) #}
{% include "dashboard/index-templates.html" %}
{##} {# {% if perms.vm.view_statistics %}#} {#
#} {# {% include "dashboard/index-nodes.html" %}#} {#
#} {# {% endif %}#} {##} {# {% if perms.auth.change_user %}#} {#
#} {# {% include "dashboard/index-users.html" %}#} {#
#} {# {% endif %}#}
{% include "dashboard/index-vxlans.html" %}
{% include "dashboard/index-quota.html" %}
{% endblock %}