{% extends 'base.html' %} {% load inventory_extras %} {% block content %}

Tag{{ tags|length|pluralize }} ({{ tags|length }})

{% for tag in tags %} {% endfor %}
Tag ID Tag
{{ tag.id }} {% inventory_tag tag %}
{% csrf_token %}

Add tag (or create a new one)

{% csrf_token %} {{ form }}
{% for color_name, color_code in color_presets.items %}   {% endfor %}
Cancel
{% endblock %} {% block extrajs %} {% endblock %}