{% extends 'base.html' %} {% block content %} {% from '_helpers.html' import render_simple_field, render_field %}
| {{ _('# Watches') }} | {{ _('Tag / Label name') }} | ||
|---|---|---|---|
| {{ _('No website organisational tags/groups configured') }} | |||
|
|
{{ "{:,}".format(tag_count[uuid]) if uuid in tag_count else 0 }} | {{ tag.title }} |
{{ _('Edit') }}
{{ _('Recheck') }}
{{ _('Delete') }}
{{ _('Unlink') }}
|