{% extends "sentry/explore/list_tag.html" %} {% load i18n %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}{{ tag.value }} | {{ block.super }}{% endblock %} {% block bodyclass %} with-sidebar{% endblock %} {% block sidebar %}
{% trans "Tag Details" %}
First Seen:
{{ tag_value.first_seen|timesince }}
Last Seen:
{{ tag_value.last_seen|timesince }}
Number of Events:
{{ tag_value.times_seen|small_count }}
Other Values:
{{ tag.values_seen|small_count }}
{% endblock %} {% block main %} {% paginator event_list from request as event_list per_page EVENTS_PER_PAGE %}

Explore by {{ tag.get_label }} {{ tag_value.value }}

{% trans "Previous" %} {% trans "Next" %}
{% trans "Previous" %} {% trans "Next" %}
{% endblock %}