index table body

{%- if driver.name %}

{{ driver.name }}

{% endif %} {%- if driver.short_description %} {%- endif %} {%- if driver.manufacturer %} {%- endif %} {%- if driver.families %} {%- endif %} {%- if driver.areas %} {%- endif %} {%- if driver.models %} {%- endif %} {%- if driver.supported_system_configurations %} {%- endif %} {%- if driver.path %} {%- if driver.path[0] != '/' %} {%- elif driver.path[0] == '/' and driver.path[1] != '/' %} {%- elif driver.path[0] == '/' and driver.path[1] == '/' %} {%- else %} {%- endif %} {%- endif %}
Description {{info_icon}} {{ driver.short_description }}
Manufacturer {{info_icon}} {{ driver.manufacturer |capitalize() }}
Families {{info_icon}}
    {%- for fam in driver.families %}
  • {{ fam }}
  • {%- endfor %}
Areas {{info_icon}}
    {%- for area in driver.areas %}
  • {{ area }}
  • {%- endfor %}
Models {{info_icon}}
    {%- for mod in driver.models %}
  • {{ mod }}
  • {%- endfor %}
Supported system configurations {{info_icon}}
    {%- for sys in driver.supported_system_configurations %}
  • {{ sys }}
  • {%- endfor %}
Path {{info_icon}}//{{ driver.path }}/{{ driver.path }}{{ driver.path }}{{ driver.path }}

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