{% extends "sentry/bases/team.html" %} {% load url from future %} {% load i18n %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}Users | {{ team.name }} | {{ block.super }}{% endblock %} {% block bodyclass %}{% endblock %} {% block breadcrumb %} {{ block.super }}
{% 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 tuser.email %}{{ tuser.email }}{% else %}{{ tuser.ident }}{% endif %} | {{ tuser.last_seen|timesince }} | {{ tuser.num_events|small_count }} |