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

Filament Color Database

Manage filament colors for auto-matching

Summary

Total Colors: {{ total_colors }}

{% for color in colors %} {% empty %} {% endfor %}
Color Preview Color Name Hex Code Type Sub Type Brand Actions
{{ color.color_name }} {{ color.get_hex_color }} {{ color.filament_type }} {% if color.filament_sub_type %} {{ color.filament_sub_type }} {% else %} - {% endif %} {{ color.brand }} Edit Delete
No colors found. Add your first color!
{% if is_paginated %} {% endif %}
{% endblock %}