{% extends "base.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block content %}
{% include "box/box-vm.html" %} {% if userdetails.share_quota %} {% include "box-templatelist.html" %} {% include "box-grouplist.html" %} {% endif %}
{% include "box-filelist.html" %} {% endblock %}