{% extends "base.html" %}
{% from "_macros.html" import empty %}
{% block title %}Object storage ยท mgf-cloud-web{% endblock %}
{% block content %}
object storageContainers
| Container | Objects | Bytes | |
|---|---|---|---|
| {{ c.name }} | {{ c.object_count }} | {{ c.bytes }} |