{% extends 'traffic/realtime/index.html' %} {% load l10n %} {% block tab_domains %}class="active"{%endblock%} {% block tab_content %} {% if error_text %}
ERROR! {{error_text}}
{{traceback}}
{% endif %}

List of {% if blocked %}blocked {%endif%}user names and user IPs recently browsed to {{d}} domain. Ordered by hits. {% if blocked %}Access blocked by AdBlock and Privacy modules and access to advertising and user tracking domains are excluded from final results. {%endif%}Click on each user name or user IP to see the list of visited URLs.


{% for index, record in records.iterrows %} {% endfor %}
User Name User IP Hits
{{index.0}} {{index.1}} {{record.tld}}
{% endblock %}