${_("Stats")}
${_("Total Registered Hosts")} ${stat['total_hosts']}
${_("Active Hosts")} ${total_active_hosts} ${_('Last 90 days')}
${_("Total Registered Devices")} ${stat['registered_devices']}
${_("Total bogomips")} ${stat["bogomips_total"]}
${_("Total processors")} ${stat["cpus_total"]}
${_("Total MHz")} ${stat["cpu_speed_total"]}

${_('Below Stats are based on active hosts, not total hosts')}

${_("Archs")}

${_("Arch")}${_("Count")}${_("% of total")}
${arch[1]} ${arch[0]} ${'%.1f' % (float(arch[0]) / total_active_hosts * 100) } %

${_("OS")}

${OS.os} ${OS.cnt} ${'%.1f' % (float(OS.cnt) / total_active_hosts * 100) } %

${_("Runlevel")}

${rl.runlevel} ${rl.cnt} ${'%.1f' % (float(rl.cnt) / total_active_hosts * 100) } %

${_("Language")}

${lang.language} ${lang.cnt} ${'%.1f' % (float(lang.cnt) / total_active_hosts * 100) } %

${_("Vendor")}

${vendor.vendor} ${vendor.cnt} ${'%.1f' % (float(vendor.cnt) / total_active_hosts * 100) } %

${_("Model")}

${system.system.split(' Not')[0].split(' To be')[0].split('System Version')[0]} ${system.cnt} ${'%.1f' % (float(system.cnt) / total_active_hosts * 100) } %

${_("RAM")}

${mem[0]} ${mem[1]} ${'%.1f' % (float(mem[1]) / total_active_hosts * 100) } %

${_("Swap")}

${mem[0]} ${mem[1]} ${'%.1f' % (float(mem[1]) / total_active_hosts * 100) } %

${_("CPU")}

${_("Speed (MHz)")}
${cpu_speed[0]} ${cpu_speed[1]} ${'%.1f' % (float(cpu_speed[1]) / total_active_hosts * 100) } %
${_("Number of CPUs")}
${num_cpus.num_cpus} ${num_cpus.cnt} ${'%.1f' % (float(num_cpus.cnt) / total_active_hosts * 100) } %
${_("CPU Vendor")}
${cpu_vendor.cpu_vendor} ${cpu_vendor.cnt} ${'%.1f' % (float(cpu_vendor.cnt) / total_active_hosts * 100) } %
${_("Bogomips")}
${bogomips[0]} ${bogomips[1]} ${'%.1f' % (float(bogomips[1]) / total_active_hosts * 100) } %

${_("Kernel")}

${kernel_version.kernel_version} ${kernel_version.cnt} ${'%.1f' % (float(kernel_version.cnt) / total_active_hosts * 100) } %

${_("Form Factor")}

${formfactor.formfactor} ${formfactor.cnt} ${'%.1f' % (float(formfactor.cnt) / total_active_hosts * 100) } %

${_("Selinux")}

${_("SELinux Enabled")}
${enabled.enabled} ${enabled.cnt} ${'%.1f' % (float(enabled.cnt) / total_active_hosts * 100) } %
${_("SELinux Enforce")}
${enforce.enforce} ${enforce.cnt} ${'%.1f' % (float(enforce.cnt) / total_active_hosts * 100) } %
${_("SELinux Policy")}
${policy.policy} ${policy.cnt} ${'%.1f' % (float(policy.cnt) / total_active_hosts * 100) } %

${_("Filesystems")}

${filesystems[0]} ${filesystems[1]}
${_("Filesystem size")}
${combined_fs_size[0]} ${combined_fs_size[1]}

${_("Myth Role")}

${myth_systemrole.myth_systemrole} ${myth_systemrole.cnt} ${'%.1f' % (float(myth_systemrole.cnt) / total_active_hosts * 100) } %

${_("Myth Remote")}

${mythremote.mythremote} ${mythremote.cnt} ${'%.1f' % (float(mythremote.cnt) / total_active_hosts * 100) } %

${_("Myth Theme")}

${myththeme.myththeme} ${myththeme.cnt} ${'%.1f' % (float(myththeme.cnt) / total_active_hosts * 100) } %