{% load horizon i18n %} {% for cpufunc in cpuProfile.core_assignment %}
{{ cpuFormats|get_value:cpufunc.allocated_function }}
{% for s,cores in cpufunc.socket_cores.items %}
{{ "Processor " }} {{ s }} {{ ": " }} {{ cores }} {{ "
" }}
{% endfor %} {% endfor %}