basic stats page
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="anatomy">
|
||||
<h1>Stats</h1>
|
||||
|
||||
<h2>Atlas</h2>
|
||||
|
||||
<h3>Collections</h3>
|
||||
Count: {{ collection_count }}<br/>
|
||||
|
||||
<h3>Cases</h3>
|
||||
Count: {{ case_count }}<br/>
|
||||
|
||||
<h2>Anatomy</h2>
|
||||
Exams: {{ anatomy_exam_count }}<br/>
|
||||
Questions: {{ anatomy_question_count }}<br/>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user