{% extends "autosrp/base.html" %} {% load static %} {% load i18n humanize %} {% block content %}

Statistics

Totals

  • Total Loss of Requested Ships: {{ total_loss|floatformat:2|intcomma }}
  • Total Paid Out for Requested Ships: {{ total_paid|floatformat:2|intcomma }}
  • Total Fights: {{ total_fights }}
  • Total Requests: {{ total_kills }}

Averages

  • Average Requests per Fight: {{ avg_kills_per_fight }}
  • Average Loss per fight: {{ avg_loss_per_fight|floatformat:2|intcomma }}
  • Average Paid per fight: {{ avg_paid_per_fight|floatformat:2|intcomma }}

Review Status

  • Approved: {{ approved_cnt }}
  • Rejected: {{ rejected_cnt }}
  • Submitted (pending): {{ submitted_cnt }}

Penalty

  • Average Penalty Percent: {{ avg_penalty_pct|floatformat:2 }}%

Charts

{% endblock %}