add a new stats page
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block variables %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="statswrap">
|
||||
<div><b>Current database index:</b></div>
|
||||
<div>Number of papers: {{ num_papers }}</div>
|
||||
<div>Earliest paper: {{ earliest_paper }}</div>
|
||||
<div>Latest paper: {{ latest_paper }}</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block elements %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user