{% extends 'traffic/reporter/yearly/domains/domain/requestor_table.html' %} {% block toolbar_users %}class="active"{% endblock %} {% block table_desc %}
List of users who initiated a request to {{domain}}. Ordered by bandwidth consumed. Click on each user name to see the list of actual requests. Users with highest number of requests and most bandwidth consumed are highlighted.
{% endblock %} {% block requestor_th %}User{% endblock %} {% block requestor_href %}{% url 'traffic:ViewNameActivityYearly' requestor=row.user_id year=year %}?include={{domain}}&size=0{% endblock %} {% block requestor_value %}{{row.user_id}}{%endblock%}