{% extends "admin/base.html" %} {% block title %}API Usage Statistics{% endblock %} {% block header_title %}API Usage Statistics{% endblock %} {% block content %}
| Username | Key Name | Key Prefix | Requests |
|---|---|---|---|
| {{ stat.username }} | {{ stat.key_name }} | {{ stat.key_prefix }} | {{ stat.request_count }} |
| No usage data available. | |||