{% extends "webgateway/core_html.html" %} {% block title %}OpenLink{% endblock %} {% block link %} {% endblock %} {% block body %} {% if slots %}
{% for s in slots %}

{{s.area}}[created: {{s.date}}]

Size: {{s.size}}
CLI Batch Download Command:
{% csrf_token %}

{% endfor %}
{% else %}

There is no OpenLink area available!

To create a new OpenLink area, please execute the script: Create_OpenLink

{{debug}}

{% endif %} {% endblock %}