{% extends "ui/catalog.html" %} {% load url from future %} {% load icons %} {% load bob %} {% load formats %} {% block contentarea %}
Group name | Count | Price |
---|---|---|
{% icon 'fugue-prohibition' %} Unassigned components | {{ unassigned_count }} | |
{{ g.type|component_model_type_icon }} {{ g.name }} | {{ g.count }} | {% spaceless %} {{ g.price|currency }} {% if g.per_size %} / {{ g.size_modifier}} {{ g.size_unit }} ({{ g.modified_price }} {{ CURRENCY }}/{{ g.size_unit }}) {% endif %} {% endspaceless %} |