{# templates/analytics/sitewide_voter_metrics_table.html #}
| # | Voter | Last Action | Actions Count | Days Visited | {#Seconds on Site | #}Welcome Visited | Ballot Visited | Voter Guides Viewed | Entered Full Address | Values/Issues Followed | Orgs Followed | Friends Positions : Comments | Public Positions : Comments | Email Sign In | {#Time to Sign In | #} {#Elections | #}||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ one_row.voter_we_vote_id }} | {{ one_row.last_action_date|default_if_none:"n/a" }} | {{ one_row.actions_count }} | {{ one_row.days_visited }} | {#{{ one_row.seconds_on_site|default_if_none:"n/a" }} | #}{% if one_row.welcome_visited %}yes{% endif %} | {% if one_row.ballot_visited %}yes{% endif %} | {% if one_row.voter_guides_viewed %}{{ one_row.voter_guides_viewed }}{% endif %} | {% if one_row.entered_full_address %}{{ one_row.entered_full_address }}{% endif %} | {% if one_row.issues_followed %}{{ one_row.issues_followed }}{% endif %} | {% if one_row.organizations_followed %}{{ one_row.organizations_followed }}{% endif %} | {% if one_row.positions_entered_friends_only or one_row.comments_entered_friends_only %} {{ one_row.positions_entered_friends_only }} : {{ one_row.comments_entered_friends_only }}{% endif %} | {% if one_row.positions_entered_public or one_row.comments_entered_public %} {{ one_row.positions_entered_public }} : {{ one_row.comments_entered_public }}{% endif %} | {% if one_row.signed_in_twitter %}yes{% endif %} | {% if one_row.signed_in_facebook %}yes{% endif %} | {% if one_row.signed_in_email %}yes{% endif %} | {#{{ one_row.time_until_sign_in|default_if_none:"n/a" }} | #} {#{{ one_row.elections_viewed|default_if_none:"n/a" }} | #}||||
| No sitewide day-to-day metrics found for the entire site. | ||||||||||||||||||||||