{% load helpers %}
Infrastructure Manager Sync Host Info
Infrastructure Manager Sync {% if imshost.ims %} {{ imshost.ims |linkify }} {% else %} {{ ''|placeholder }} {% endif %}
Physical CPU Cores Count {% if imshost.physical_cpu_count %} {{ imshost.physical_cpu_count }} {% else %} {{ ''|placeholder }} {% endif %}
Physical CPU Type {% if imshost.cpu_type %} {{ imshost.cpu_type }} {% else %} {{ ''|placeholder }} {% endif %}
Cores per CPU {% if imshost.core_per_cpu %} {{ imshost.core_per_cpu }} {% else %} {{ ''|placeholder }} {% endif %}
Build Number {% if imshost.build_number %} {{ imshost.build_number }} {% else %} {{ ''|placeholder }} {% endif %}
Memory {% if imshost.memory %} {{ imshost.memory |humanize_ram_megabytes }} {% else %} {{ ''|placeholder }} {% endif %}
IMS ID {% if imshost %} {{ imshost |linkify }} {% else %} {{ ''|placeholder }} {% endif %}