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