{% trans "File quota" %}: <abbrdata-bind="text: quota.used"title="{% trans "Usedspace"%}"></abbr>/<abbrdata-bind="text: quota.soft"title="{% trans "softlimit"%}"></abbr>
(<abbrtitle="{% trans "hardlimit"%}"data-bind="text: quota.hard"></abbr>)
{% trans "File quota" %}: <abbrdata-bind="text: quota.used"title="{% trans "Usedspace"%}"></abbr>
/ <abbrdata-bind="text: quota.soft"title="{% trans "softlimit"%}"></abbr>
(
<abbrtitle="{% trans "hardlimit"%}"data-bind="text: quota.hard"></abbr>
<divclass="summary {% if t.state == 'NEW' or t.state == 'SAVING'%}unfinished{% endif %}">
<divclass="name">
{{t.name}}
</div>
<divclass="contentblock"id="template">
<h2>{% trans "Templates" %}</h2>
<ulclass="wm-list">
{% for t in mytemplates %}
<liclass="wm"id="t{{t.id }}">
<divclass="summary {% if t.state == 'NEW' or t.state == 'SAVING'%}unfinished{% endif %}">
<divclass="name">{{t.name}}</div>
<divclass="status">{{t.state}}</div>
<divclass="actions">
{% if t.state == 'READY' %}
<ahref="#"class="try-template-button"data-id="{{t.id}}"title="{% trans "Try"%}">
<imgsrc="/static/icons/control.png"alt="{% trans "Start"%}"/></a>
<ahref="#"title="{% trans "Edit"%}"><imgsrc="/static/icons/pencil.png"alt="{% trans "Edit"%}"/></a>
<ahref="#"class="template-share"data-id="{{t.id}}"data-gid="{{group.id}}"title="{% trans "Share"%}"><imgsrc="/static/icons/user-share.png"alt="{% trans "Share"%}"/></a>
{% endif %}
<ahref="#"class="delete-template-button"data-id="{{ t.id }}"data-name="{{ t.name }}"title="{% trans "Remove"%}"><imgsrc="/static/icons/minus-circle.png"alt="{% trans "Remove"%}"/></a>
{% trans "Create a new one, and share it with your students. Or you can also use a common one." %}
</p>
<divid="new-wm-tooltip-tail"></div>
</div>
</div>
{% endif %}
<divid="new-wm-tooltip">
<divid="new-wm-tooltip-container">
<p>{% trans "You have no own templates." %}</p>
<p>
{% trans "Create a new one, and share it with your students. Or you can also use a common one." %}
</p>
<divid="new-wm-tooltip-tail"></div>
</div>
</div>
{% endif %}
{% if not group %}
<liid="new-template-button"class="wm new">
<divclass="summary">
<divclass="name">Új Sablon</div>
<divclass="clear"></div>
</div>
</li>
{% endif %}
<liid="new-template-button"class="wm new">
<divclass="summary">
<divclass="name">Új Sablon</div>
<divclass="clear"></div>
</div>
</li>
{% endif %}
{% if publictemplates %}
{% for t in publictemplates %}
<liclass="wm"id="t{{t.id }}">
<divclass="summary public-template">
<divclass="name">
{{t.name}}
</div>
<divclass="status">{{t.state}}</div>
<divclass="actions">
{% if t.state == 'READY' %}
<ahref="#"class="try-template-button"data-id="{{t.id}}"title="{% trans "Try"%}">
<imgsrc="/static/icons/control.png"alt="{% trans "Start"%}"/></a>
<ahref="#"class="template-share"data-id="{{t.id}}"data-gid="{{group.id}}"title="{% trans "Share"%}"><imgsrc="/static/icons/user-share.png"alt="{% trans "Share"%}"/></a>
<liclass="date">{% trans "Created at" %}: <spanclass="value">{{i.created_at}}</span></li>
{% if i.time_of_suspend %}
<liclass="date">{% trans "time of suspend"|capfirst %}: <spanclass="value"><abbrtitle="{{i.time_of_suspend}}">{{i.time_of_suspend|timeuntil}}</abbr></span></li>
<liclass="date">{% trans "time of delete"|capfirst %}: <spanclass="value"><abbrtitle="{{i.time_of_delete}}">{{i.time_of_delete|timeuntil}}</abbr></span></li>
{% endif %}
<li> <spanclass="value"><ahref="/vm/show/{{i.id}}/"title="{{i.name}}">{% trans "More details" %}</a></span></li>
<p>A tesztüzem alatt a felhasználók belépése és azonosítása "önbevallásos" alapon működik (a jövőben <ahref="http://login.bme.hu/">EduID-s</a> bejelentkezésre lesz lehetőség):</p>