{% load sizefieldtags %} {% load i18n %} {% trans "CPU" %}
{% if record.cpu_usage != None %} {{ record.cpu_usage|floatformat:1 }} % {% else %} - {% endif %}

{% trans "Memory" %}
{% if record.byte_ram_usage != None %} {% widthratio record.byte_ram_usage 1048576 1 %} MB {% else %} - {% endif %}