{% extends "sentry/projects/manage.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Manage Tags" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
{% trans "Configure tags which you want to enable filters for." %}
{% trans "Note: You can only configure tags which have already been seen." %}
{% else %}{% trans "We have not yet recorded any tags for this project." %}
{% endif %} {% endblock %}