{%- set st = poller.system_temps if (poller and poller.system_temps) else {} %}
{%- if st.get('cpu_c') is not none or st.get('pch_c') is not none %}
{%- if st.get('cpu_c') is not none %}
{{ st.get('cpu_c') }}°CPU
{%- endif %}
{%- if st.get('pch_c') is not none %}
{{ st.get('pch_c') }}°PCH
{%- endif %}
{%- endif %}
{%- set tp = poller.thermal_pressure if poller else 'ok' %}