{% extends "base.html" %} {% block title %}Dashboard - Grimvault{% endblock %} {% block content %}
Used storage: {{ (used_storage / 1024 / 1024) | round(2) }} MB / {{ (storage_limit / 1024 / 1024 / 1024) | round(2) }} GB