{% extends "sentry/bases/explore.html" %} {% load i18n %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}Users | {{ block.super }}{% endblock %} {% block inner %} {% paginator tag_list from request as tag_list %} {% querystring from request without sort as sort_querystring %}
{% if not tag_list.paginator.objects %}{% blocktrans %}You dont seem to have any user data recorded. For more information on how to send this information consult your client's documentation.{% endblocktrans %}
{% else %}{% trans "User" %} | {% trans "Last Seen" %} | {% trans "Events Seen" %} |
---|---|---|
{% if tag.data.email %}{{ tag.data.email }}{% else %}{{ tag.value }}{% endif %} | {{ tag.last_seen|timesince }} | {{ tag.times_seen|small_count }} |