{# templates/admin_tools/index.html #} {% extends "template_base.html" %} {% block title %}Admin Menu{% endblock %} {% block content %} {% load humanize %}

We Vote Admin Menu

{% if user and not user.is_anonymous %}

Hello {{ user.get_full_name|default:"Voter" }}! Logout

{% endif %} {# Link Clicks With Reclicks: {{ shared_links_click_count|intcomma }})#}
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 }}
{# ################## #}

Analytics

Voter, Daily & Election Metrics

Voter Statistics: Query Builder (aggregate voter usage)

Breakdown of Endorsements, by Partisan Leaning

Statistics About Voters Who Share

{# ################## #}

Security

Disputed, Fraudulent, and Suspect, Stripe Transactions

{# ################## #}

Maintenance

API Documentation

Batch Process Status List

Data Cleanup Routines

Import Data in Batches

Paid Subscriptions for Endorsers

Scheduled Tasks

Sync Data with Master We Vote Servers

Vote Smart Tools

Googlebot Site Map Stats




{# ################## #} {# This information does not have to be on the front page, as long as it can be found somewhere #}

Technical Information

Python: {{ python_version }}
Node: {{ node_version }}
Postgres:   {{ postgres_version }}
Git commit hash: {{git_commit_hash}} ({{git_commit_date}})

{% endblock %}