{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% get_current_language as LANGUAGE_CODE %} {% block js %} {% if DEBUG %}<script type="text/javascript" src="{% static "script/store.js" %}"></script> {% else %}<script type="text/javascript" src="{% static "script/store.min.js" %}"></script> {% endif %} {% endblock %} {% block content %} <div class="boxes"> {% include "box/vm/box.html" %} {% if userdetails.share_quota %} {% include "box/template/box.html" %} {% include "box/group/box.html" %} {% endif %} </div> <div class="boxes"> {% include "box/file/box.html" %} </div> {% endblock %}