datatracker/ietf/templates/stats/index.html
2016-10-13 15:20:04 +00:00

19 lines
399 B
HTML

{% extends "base.html" %}
{% load origin %}{% origin %}
{% load ietf_filters staticfiles bootstrap3 %}
{% block content %}
{% origin %}
<h1>{% block title %}Statistics{% endblock %}</h1>
<p>Currently, there are statistics for:</p>
<ul>
<li><a rel="nofollow" href="{% url "ietf.stats.views.review_stats" %}">Reviews in review teams</a> (requires login)</li>
</ul>
{% endblock %}