{% extends bambu_run_base_template %} {% load static %} {% block content %}
Manage filament types (material, sub-type, brand)
Total Types: {{ total_types }}
| 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! | |||