{# templates/analytics/sitewide_monthly_metrics_table.html #} {% for one_row in sitewide_monthly_metrics_list %} {% if forloop.counter == 1 or forloop.counter|divisibleby:20 %} {% endif %} {% endfor %} {% if not sitewide_monthly_metrics_list %} {% endif %}
# Month visitors authenticated visitors ballot views this month voter guides issues followed issue follows organizations followed organizations auto_followed organizations with issues issues linked organizations with positions organization public positions individuals with positions friends-only positions
{{ forloop.counter }} {{ one_row.month_display }} total, all time: {{ one_row.visitors_total }}
this month: {{ one_row.visitors_this_month }}
new: {{ one_row.new_visitors_this_month }}
total, all time: {{ one_row.authenticated_visitors_total }}
this month: {{ one_row.authenticated_visitors_this_month }}
new: {{ one_row.authenticated_new_visitors_this_month }}
{{ one_row.ballot_views_this_month }} total, all time: {{ one_row.voter_guides_viewed_total }} this month: {{ one_row.voter_guides_viewed_this_month }} total, all time: {{ one_row.issues_followed_total }}
this month: {{ one_row.issues_followed_this_month }}
total, all time: {{ one_row.issue_follows_total }}
this month: {{ one_row.issue_follows_this_month }}
total, all time: {{ one_row.organizations_followed_total }}
this month: {{ one_row.organizations_followed_this_month }}
total, all time: {{ one_row.organizations_auto_followed_total }}
this month: {{ one_row.organizations_auto_followed_this_month }}
{{ one_row.organizations_with_linked_issues }} total, all time: {{ one_row.issues_linked_total }}
this month: {{ one_row.issues_linked_this_month }}
{{ one_row.organizations_with_positions }} {{ one_row.organization_public_positions }} total: {{ one_row.individuals_with_positions }}
public: {{ one_row.individuals_with_public_positions }}
friends-only: {{ one_row.individuals_with_friends_only_positions }}
{{ one_row.friends_only_positions }}
No sitewide month-to-month metrics found for the entire site.