{% extends "base.html" %} {% block title %} » System {% endblock %} {% block nav %} System {% endblock %} {% block content %}
| Version Number | {{version_number}} |
|---|---|
| Python Version | {{python_version}} |
| RAM Total | RAM Available | Swap Total | Swap Available |
|---|---|---|---|
| {{'{0:,}'.format(virtual_memory.total)}} | {{'{0:,}'.format(virtual_memory.available)}} | {{'{0:,}'.format(swap_memory.total)}} | {{'{0:,}'.format(swap_memory.free)}} |
{{traces}}
| {{title}} | {% endfor %}
|---|
| {{cell}} | {% endfor %}
| Name | Value |
|---|---|
| {{k}} | {{v}} |
| {{title}} | {% endfor %}
|---|
| {{cell}} | {% endfor %}