{% extends "sentry/projects/manage.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Tags" %} | {{ block.super }}{% endblock %} {% block main %}
{% blocktrans with link='https://docs.sentry.io/hosted/learn/context/' %}Each event in Sentry may be annotated with various tags (key and value pairs). Learn how to add custom tags.{% endblocktrans %}
{% else %}{% trans "We have not yet recorded any tags for this project." %}
{% endif %} {% endblock %}