mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 22:29:34 +00:00
Show the API coverage per corp
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
<ul>
|
||||
<li><b>Member Count:</b> {{ corporation.member_count }}</li>
|
||||
<li><b>Known Members:</b> {{ corporation.eveplayercharacter_set.all.count }}</li>
|
||||
{% if view_members %}
|
||||
<li><b>Members with API Keys:</b> {{ api_members }}</li>
|
||||
<li><b>API Coverage:</b> {{ percentage|floatformat:2 }}%</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
{% if view_members %}
|
||||
|
||||
Reference in New Issue
Block a user