{% extends "sentry/projects/manage.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Manage Tags" %} | {{ block.super }}{% endblock %} {% block inner %}
{% 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 %}