{% extends bambu_run_base_template %} {% load static %} {% block content %}

Filament Type Registry

Manage filament types (material, sub-type, brand)

{% if not is_basic_user %} Add New Type {% endif %} Back to Inventory
Summary

Total Types: {{ total_types }}

{% for ft in types %} {% empty %} {% endfor %}
Type Sub Type Brand Actions
{{ ft.type }} {% if ft.sub_type %} {{ ft.sub_type }} {% else %} - {% endif %} {{ ft.brand }} {% if not is_basic_user %} Edit Delete {% endif %}
No filament types found. Add your first type!
{% if is_paginated %} {% endif %}
{% endblock %}