{% extends "app/plugins/templates/base.html" %} {% load i18n %} {% block content %}
{% trans 'Free' context 'Megabytes of storage space' %}: {{ free_disk_space|filesizeformat }} | {% trans 'Used' context 'Megabytes of storage space' %}: {{ used_disk_space|filesizeformat }} | {% trans 'Total' context 'Megabytes of storage space' %}: {{ total_disk_space|filesizeformat }}
{% trans 'Free' context 'Megabytes of memory space' %}: {{ free_memory|filesizeformat }} | {% trans 'Used' context 'Megabytes of memory space' %}: {{ used_memory|filesizeformat }} | {% trans 'Total' context 'Megabytes of memory space'%}: {{ total_memory|filesizeformat }}
{% endif %}