{% load cms_tags static %}
{# Image & Monitor #} {% if image_plugin or sysmon_plugin %}
{% if image_plugin %} {% render_plugin image_plugin %} {% endif %} {% if sysmon_plugin %}
{% render_plugin sysmon_plugin %}
{% endif %}
{% endif %} {# System #}
{# System Intro #}

System Specifications

{{ instance.system_desc }}

{# System Data #} {# HELP: Build DataList plugin instance? What if DataList is not installed? #} {# SEE: https://stackoverflow.com/q/27937448/11817077 #} {# SEE taccsite_data_list #}
Processors {{ instance.system_processor_count }}
Processor Type {{ instance.system_processor_type }}
RAM/Node {{ instance.system_node_ram }}
Network {{ instance.system_network }}
Peak Performance {{ instance.system_performance }}
System Memory {{ instance.system_memory }}
{# System Link #} {% if link_url %} {% spaceless %} {{ link_text|default:"See More Detailed Specs" }} {% endspaceless %} {% endif %}
{# Other #} {% if has_other %} {% endif %}