{% extends "sentry/projects/manage.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Manage Tags" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
  • /
  • {% trans "Manage Tags" %}
  • {% endblock %} {% block inner %} {% if form %}

    {% trans "Configure tags which you want to enable filters for." %}

    {% trans "Note: You can only configure tags which have already been seen." %}

    {% csrf_token %} {% if form.non_field_errors %}

    {% trans "There were errors saving your changes:" %}

    {% endif %}
    {% crispy form helper %}
    {% else %}

    {% trans "We have not yet recorded any tags for this project." %}

    {% endif %} {% endblock %}