{# templates/admin_tools/index.html #} {% extends "template_base.html" %} {% block title %}Admin Menu{% endblock %} {% block content %} {% load humanize %}
Hello {{ user.get_full_name|default:"Voter" }}! Logout
{% endif %}| Statistics | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Public Opinions: | {{ total_public_endorsements_count|intcomma }} | w/commentary: | {{ total_public_endorsements_with_commentary_count|intcomma }} | ||||||
| Friends-Only Opinions: | {{ total_friends_only_endorsements_count|intcomma }} | w/commentary: | {{ total_friends_only_endorsements_with_commentary_count|intcomma }} | ||||||
| Total Ballot Requests: | {{ voter_address_basic_count|intcomma }} | Full Address: | {{ voter_address_full_address_count|intcomma }} | ||||||
| Total Voter Accounts: | {{ voter_accounts_count|intcomma }} | Twitter: | {{ voter_twitter_accounts_count|intcomma }} | Facebook: | {{ voter_facebook_accounts_count|intcomma }} | Email: | {{ voter_email_accounts_count|intcomma }} | SMS: | {{ voter_sms_accounts_count|intcomma }} |
| Total Friend Links: | {{ voter_friendships_count|intcomma }} | ||||||||
| Voters With 1 Friend: | {{ voters_with_1_friend_count|intcomma }} | 2 Friends: | {{ voters_with_2_friends_count|intcomma }} | 3 Friends: | {{ voters_with_3_friends_count|intcomma }} | 10-19 Friends: | {{ voters_with_10_to_20_friends_count|intcomma }} | 20+ Friends: | {{ voters_with_20_plus_friends_count|intcomma }} |
| Total Vote Plans Made: | {{ voters_with_plan_count|intcomma }} | ||||||||
| Shared Links, Unique Sharers: | {{ shared_link_clicked_unique_sharer_count|intcomma }} | Unique Viewers: | {{ shared_link_clicked_unique_viewer_count|intcomma }} | Shared Links: | {{ shared_links_count|intcomma }} | Link Clicks w/o Reclicks: | {{ shared_links_click_without_reclick_count|intcomma }} | {# Link Clicks With Reclicks: {{ shared_links_click_count|intcomma }})#}
Voter, Daily & Election Metrics
Voter Statistics: Query Builder (aggregate voter usage)
Breakdown of Endorsements, by Partisan Leaning
Statistics About Voters Who Share
{# ################## #}Disputed, Fraudulent, and Suspect, Stripe Transactions
{# ################## #}Paid Subscriptions for Endorsers
Sync Data with Master We Vote Servers
| Python: | {{ python_version }} |
| Node: | {{ node_version }} |
| Postgres: | {{ postgres_version }} |
| Git commit hash: | {{git_commit_hash}} ({{git_commit_date}}) |