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

List of {% if blocked %}blocked {%endif%}domains recently browsed by {{u}}. Ordered by hits. {% if blocked %}Domains blocked by AdBlock and Privacy modules as well as advertising and user tracking domains are excluded from final results. {%endif%}Click on each domain name to see the list of visited URLs.


{% for index, record in records.iterrows %} {% endfor %}
Domain Name Hits
{{index}} {{record.tld}}
{% endblock %}