{% load seahub_tags i18n %} {% for org in orgs %} {% endfor %}
{% trans "Name" %} {% trans "Creator" %} {% trans "Space Used" %} {% trans "Created At / Expiration" %} {% trans "Operations" %}
{{ org.org_name }} {% if org.trial_info %}

(Trial  X)

{% endif %}
{{ org.creator }} {{ org.quota_usage|seahub_filesizeformat }} {% if org.total_quota > 0 %} / {{ org.total_quota|seahub_filesizeformat }} {% endif %} {{ org.ctime|tsstr_sec }}
{% if org.expiration %}{{ org.expiration|date:'Y-m-d H:i:s' }}{% else %}--{% endif %}
{% trans "Delete" %}