{% extends "base.html" %} {% block title %}Filaments — POPS{% endblock %} {% block content %}
| Brand | Material | Color | Remaining | Price / kg |
|---|---|---|---|---|
| {{ f.brand or '—' }} | {{ f.material.value }} |
{% if f.color_hex %}
{% endif %}
{{ f.color or '—' }}
|
|
{% if f.price_per_kg_eur %}€ {{ "%.2f"|format(f.price_per_kg_eur) }}{% else %}—{% endif %} |