{% extends bambu_run_base_template %} {% load static %} {% block content %}
Manage filament colors for auto-matching
Total Colors: {{ total_colors }}
| Color Preview | Color Name | Hex Code | Type | Sub Type | Brand | Actions |
|---|---|---|---|---|---|---|
| {% if color.is_transparent %} {% else %} {% endif %} | {{ color.color_name }} | {% if color.is_transparent %} Clear / Transparent {% else %} {{ color.get_hex_color }} {% endif %} | {{ color.filament_type }} | {% if color.filament_sub_type %} {{ color.filament_sub_type }} {% else %} - {% endif %} | {{ color.brand }} | {% if not is_basic_user %} Edit Delete {% endif %} |
| No colors found. Add your first color! | ||||||