{% extends 'common/base.html' %} {% block title %}::Inventory{% endblock %} {% block content %}
{% include 'navigation/inventory/sidebar.html' %}

Export to CSV

{% for object in objects %} {% endfor %}
Name Location Type

{{ object.name }}

{% if object.hardware %}

{{ object.hardware }}

{% endif %} {% if object.label.all %} {% endif %}
{{ object.location_pretty }} {{ object.type.name }}
{% endblock %}