{# templates/stripe_donations/suspects_list.html #}
{% extends "template_base.html" %}
{% block title %}Stripe Fraudulent and Suspect Charges{% endblock %}
{% block content %}
{% load template_filters %}
{% load humanize %}
There are {{ number_of_suspects }} suspect charges in our database, {{ number_of_suspects_month }} from the last month.
These transactions (charge.succeeded) are cached at the moment they are received, and are not updated with current status.
There are {{ number_of_disputes }} disputes in our database, {{ number_of_disputes_month }} from the last month.
We have two working weeks, to provide evidence that the charge is fraudulent. Evidence due dates that are in the past are shown in red.
These transactions (charge.dispute.funds_withdrawn) are cached at the moment they are received, and are not updated with current status.
Click the link on the Charge ID field in any row, to go to the associated Stripe charge details page (you must have Stripe.com authentication for WeVote to see the page).