{% extends "sentry/users/list.html" %} {% load i18n %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}{{ tag.value }} | {{ block.super }}{% endblock %} {% block bodyclass %} with-sidebar{% endblock %} {% block sidebar %}
User Details
Email:
{% if tag.data.email %}{{ tag.data.email }}{% else %}—{% endif %}
First Seen:
{{ tag.first_seen|timesince }}
Last Seen:
{{ tag.last_seen|timesince }}
Number of Events:
{{ tag.times_seen|small_count }}
{% if tag.data.data %}
Metadata
{% for key, value in tag.data.data.iteritems %}
{{ key|titlize }}
{{ value }}
{% endfor %}
{% endif %} {% endblock %} {% block main %} {% paginator event_list from request as event_list per_page EVENTS_PER_PAGE %}

{{ tag.value }}{% if tag.data.email %} {{ tag.data.email }}{% endif %}

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