{{ item }} {% if not item.discovered %}{% endif %} {{ item.manufacturer|default:"" }} {{ item.part_id }} {{ item.serial }} {{ item.asset_tag|default:"" }} {{ item.description }} {% if perms.dcim.change_inventoryitem %} {% endif %} {% if perms.dcim.delete_inventoryitem %} {% endif %} {% for item in item.child_items.all %} {% with template_name='dcim/inc/inventoryitem.html' indent=indent|add:20 %} {% include template_name %} {% endwith %} {% endfor %}