{% extends 'base.html' %} {% block content %} {% from '_helpers.html' import render_simple_field, render_field %}
Add a new organisational tag
{{ render_simple_field(form.name, placeholder="watch label / tag") }}
{{ render_simple_field(form.save_button, title="Save" ) }}

Groups allows you to manage filters and notifications for multiple watches under a single organisational tag.
{% if not available_tags|length %} {% endif %} {% for uuid, tag in available_tags %} {% endfor %}
# Watches Tag / Label name
No website organisational tags/groups configured
Mute notifications {{ "{:,}".format(tag_count[uuid]) if uuid in tag_count else 0 }} {{ tag.title }} Edit  Delete Unlink
{% endblock %}