{% extends "base.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block content %}
{% include "box/vm/box.html" %} {% include "box/key/box.html" %} {% if userdetails.share_quota %} {% include "box/template/box.html" %} {% include "box/group/box.html" %} {% endif %}
{% include "box/file/box.html" %}
{% endblock %}