{% extends 'generic/object_list.html' %} {% load static %} {% block title %}Bundled Line-Art Gallery{% endblock %} {% block content %}
Bundled Line-Art Gallery 62 generic, de-branded front-panel SVGs — upload to your profiles

These images ship with the plugin under static/netbox_cabinet_view/line-art/. To use one, download it (right-click → Save) and upload to a Module Mount Profile (front_image field) or a Device Type (front image field in the core admin). Or run manage.py cabinetview_assign_lineart to auto-assign matching images to all profiles.

{% for category in categories %}
{{ category.name }} {{ category.mount_type }} {{ category.inspired_by }}

{{ category.form_factor }} — upload to {{ category.image_for }}

{% for item in category.items %}
{{ item.name }}
{{ item.name }}
{% endfor %}
{% endfor %}
{% endblock %}