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

Filament Color Database

Manage filament colors for auto-matching

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

Total Colors: {{ total_colors }}

{% for color in colors %} {% empty %} {% endfor %}
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!
{% if is_paginated %} {% endif %}
{% endblock %}