{% extends "base.html" %} {% load l10n %} {% load i18n %} {% load dateconv %} {% load lastpart %} {% block content %}
{% include "messages.html" %}

To download all objects using wget:

wget -r -H -N --no-check-certificate --cut-directories=3 --include-dirs=/v1/ {{base_url}}{% url "public_objectview" account=account container=container %}

{% if folders or objects %} {% for folder in folders %} {% endfor %} {% for key in objects %} {% endfor %} {% else %} {% endif %}
{% trans 'Name' %} {% trans 'Created' %} {% trans 'Size' %}
{{folder.0|lastpart}}
{{key.name|lastpart}} {{key.last_modified|dateconv|date:"SHORT_DATETIME_FORMAT"}} {{key.bytes|filesizeformat}}
{% trans 'There are no objects in this container.' %}
{% endblock %} {% block jsadd %} {% endblock %}