| System Platform | Distribution | Python Version |
|---|---|---|
| {{ data.platform_info.platform }} | {{ data.platform_info.distro }} | {{ data.platform_info.python_version }} |
| {{ _('RAM Usage in') }} % | {{ _('RAM Usage GB') }} | {{ _('RAM Total') }} |
|---|---|---|
| {{ data.ram_usage.precent_usage }}% | {{ data.ram_usage.used_ram }}GB | {{ data.ram_usage.total_ram }}GB |
| {{ _('Path') }} | {{ _('Disk Usage in') }} % | {{ _('Disk Total') }} | {{ _('Disk Free') }} |
|---|---|---|---|
| {{ disk.path }} | {{ disk.precent_usage }}% | {{ disk.total_disk }} | {{ disk.free_space }} |