home.html 377 Bytes
Newer Older
Dudás Ádám committed
1 2
{% extends "base.html" %}
{% load i18n %}
Őry Máté committed
3
{% get_current_language as LANGUAGE_CODE %}
Dudás Ádám committed
4 5
{% block content %}
<div class="boxes">
6
    {% include "box/vm/box.html" %}
Dányi Bence committed
7

8
{% if userdetails.share_quota %}
9
    {% include "box/template/box.html" %}
10
    {% include "box/group/box.html" %}
11 12
{% endif %}

Dudás Ádám committed
13
</div>
14
<div class="boxes">
15
    {% include "box/file/box.html" %}
16
</div>
Dudás Ádám committed
17
{% endblock %}