| {{ l.sysinfo_panel_table_section_system }} | |
| {{ l[sysinfo_label] }} | {{ t(sysinfo_value) }} |
| {{ ro_variable.description }} | {% if ro_variable.value %} {% if ro_variable.type.value == 'bool' %} {% if ro_variable.display() %} ✅ {% else %} ❌ {% endif %} {% else %} {{ ro_variable.display() }} {% endif %} {% else %} {{ l.common_empty }} {% endif %} |
| {{ l.sysinfo_panel_table_section_server }} | |
| {{ env_key.replace('_',' ')|capitalize }} | {% if env_value == true %} ✅ {% elif env_value == false %} ❌ {% elif env_value == none %} {{ l.common_empty }} {% else %} {{ env_value }} {% endif %} |