{% extends "base.html" %} {% from "_macros.html" import empty %} {% block title %}{{ container }} · mgf-cloud-web{% endblock %} {% block content %}
{% if objects %}
{% for o in objects %} {% endfor %}
ObjectBytesContent-Type
{{ o.name }} {{ o.bytes }} {{ o.content_type }} download
{% else %} {{ empty("Empty container.", "Upload a file to get started.") }} {% endif %}
{% endblock %}