sys index table body

{{ sys.name }}

{%- if sys.description|length %} {%- endif %} {%- if sys.manufacturer_link|length %} {%- endif %} {%- if sys.architecture|length %} {%- endif %} {%- if sys.RAM|length %} {%- endif %} {%- if sys.storage|length %} {%- endif %} {%- if sys.board_driver_location|length %} {%- endif %} {%- if sys.name|length %} {%- set found=false %} {%- set printed=false %} {%- for driver in drivers.drivers_documentation %} {%- if driver.supported_system_configurations %} {%- for sysd in driver.supported_system_configurations %} {%- if sysd == sys.name %} {%- set found=true %} {% if found and printed == false %} {%- endif %}
Description {{ sys.description }}
Manufacturer link {{ sys.name }}
Architecture {{ sys.architecture }}
RAM {{ sys.RAM }}
Storage {{ sys.storage }}
Board driver path /{{ sys.board_driver_location }}
Drivers
    {%- set printed=true %} {%- endif %}
  • {%- if driver.areas %}
      {%- for area in driver.areas %}
    • {{ area }}
    • {%- endfor %}
    {{ driver.name }}
  • {%- endif %} {%- endif %} {%- endfor %} {%- endif %} {%- endfor %}

最后更新: 2022 年 12 月 31 日(Saturday) 21:07 CST