{% extends "admin/layout.html" %} {% load i18n %} {% load humanize %} {% load url from future %} {% from "admin/macros.html" import page_title %} {% from "admin/overview/plot.html" import draw_plot_tooltips, draw_plot with context %} {% block title %}{{ page_title(title=_('Users Overview')) }}{% endblock %} {% block content %}
13 user accounts are awaiting activation.
{% trans %}Click here to go to inactive users list.{% endtrans %}
{% trans count=graph.total|int, total=graph.total|intcomma -%}One registration found in period requested {%- pluralize -%} {{ total }} registrations found in period requested {%- endtrans %}
{% trans %}No staff members are currently browsing forums.{% endtrans %}
{% endif %} {% endblock %} {% block javascripts %} {% endblock %} {% macro popover_title(session) -%}{{ session.agent }}
{%- endmacro %}