{% extends "sentry/projects/manage.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Tags" %} | {{ block.super }}{% endblock %} {% block main %}
{% blocktrans %}Each event in Sentry may be annotated with various tags (key and value pairs). For more information on how send additional tags, see your client's documentation.{% endblocktrans %}
{% else %}{% trans "We have not yet recorded any tags for this project." %}
{% endif %} {% endblock %}