{% extends "layout.html" %} {% from 'ruler.macro.html' import ruler %} {% import 'text.macro.html' as text %} {% from 'domain_table.macro.html' import sort_url %} {% block body %} {{ ruler() }} stats.html

Stats

Statistics
Unique Visitors (24 hours) {{stats['unique_visitors']}}
Total Onions{{text.superscript("1")}} {{stats['total_onions']}}
Total Onions (all){{text.superscript("2")}} {{stats['total_onions_all']}}
New Onions (24 hours){{text.superscript("1")}} {{stats['new_onions']}}
New Onions (all, 24 hours){{text.superscript("2")}} {{stats['new_onions_all']}}
Total Clones {{stats['total_clones']}}
/private_key {{len(Domain.domains_for_path('/private_key'))}}
/server-status {{len(Domain.domains_for_path('/server-status'))}}
IRC Servers {{irc_servers}}
Banned Domains {{banned}}
{#
{% for sl in searches %} {% endfor %}
Last 10 Search Terms{{text.superscript("3")}} Time
{{sort_url(sl.searchterms,sl.context["sort"],sl.context)}} {{text.nbsp(Domain.time_ago(sl.created_at))}}
#}
{% endblock %}