{% comment %} ############################################################################### # Browser Content Snippet ############################################################################### {% endcomment %} {% load cloud_browser_extras %} {% block cloud_browser_content %}

Containers

Objects

{% if objects %} {% for obj in objects %} {% if obj.is_file %} {% else %} {% endif %} {% endfor %}
Name Type Content Type Encoding Size (Bytes) Date
{{ obj.basename }}{{ obj.basename }}{{ obj.type }} {{ obj.smart_content_type|default_if_none:'' }} {{ obj.smart_content_encoding|default_if_none:'' }} {{ obj.size|filesizeformat }} {{ obj.last_modified|default_if_none:''|date:'DATETIME_FORMAT' }}
{% if marker_part %}
{% csrf_token %} Next after »
{% else %}   {% endif %}
{% else %} {% if container %}
No objects found in “{{ path }}.”
{% else %}
No container selected. Please click on a container to list object contents.
{% endif %} {% endif %}
{% endblock %}