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

Containers

Objects

{% if objects %} {% for obj in objects %} {% if obj.is_subdir %} {% else %} {% endif %} {% if obj.is_file %} {% else %} {% endif %} {% endfor %}
  Name Content Type Encoding Size (Bytes) Date
{{ obj.basename }}{{ obj.basename }} {% if obj.smart_content_type %} {{ obj.smart_content_type }} {% else %}--{% endif %} {% if obj.smart_content_encoding %} {{ obj.smart_content_encoding }} {% else %}--{% endif %} {% if obj.is_file or obj.size > 0 %} {{ obj.size|filesizeformat }} {% else %}--{% endif %} {% if obj.last_modified %} {{ obj.last_modified|date:'DATETIME_FORMAT' }} {% else %}--{% endif %}
{% 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 %}