{% load helpers %}
{% include "nautobot_fsus/inc/devicetype_fsu_table.html" with table=cpu_table title="CPUs" tab="cpus" %}
{% include "nautobot_fsus/inc/devicetype_fsu_table.html" with table=disk_table title="Disks" tab="disks" %}
{% include "nautobot_fsus/inc/devicetype_fsu_table.html" with table=fan_table title="Fans" tab="fans" %}
{% include "nautobot_fsus/inc/devicetype_fsu_table.html" with table=gpu_table title="GPUs" tab="gpus" %}
{% include "nautobot_fsus/inc/devicetype_fsu_table.html" with table=gpubaseboard_table title="GPU Baseboards" tab="gpubaseboards" %}
{% include "nautobot_fsus/inc/devicetype_fsu_table.html" with table=hba_table title="HBAs" tab="hbas" %}
{% include "nautobot_fsus/inc/devicetype_fsu_table.html" with table=mainboard_table title="Mainboards" tab="mainboards" %}
{% include "nautobot_fsus/inc/devicetype_fsu_table.html" with table=nic_table title="NICs" tab="nics" %}
{% include "nautobot_fsus/inc/devicetype_fsu_table.html" with table=otherfsu_table title="Other FSUs" tab="otherfsus" %}
{% include "nautobot_fsus/inc/devicetype_fsu_table.html" with table=psu_table title="PSUs" tab="psus" %}
{% include "nautobot_fsus/inc/devicetype_fsu_table.html" with table=rammodule_table title="RAM Modules" tab="rammodules" %}