{% include '_header.html' %}

Author Email Domains

{% if days %}

Showing data for the last {{ days }} days. Show all?

{% else %}

Displaying author email domains for all time. Show data for last 12 months?

{% endif %}
{% for domain in email_domains %} {% endfor %}
Author Domain # Addresses
{{ domain['domain'] }} {{ domain['addresses'] }}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}