{% extends bambu_run_base_template %} {% block content %}

Delete Filament Color

Warning

Are you sure you want to delete this filament color?

Color Details:

Color Name: {{ object.color_name }}

Hex Code: {{ object.get_hex_color }}

Type: {{ object.filament_type }}

Sub Type: {{ object.filament_sub_type|default:"-" }}

Brand: {{ object.brand }}

{% csrf_token %}
Cancel
{% endblock %}