diff --git a/archivist/sites/templates/fa/stats.html b/archivist/sites/templates/fa/stats.html new file mode 100644 index 0000000..9f584d0 --- /dev/null +++ b/archivist/sites/templates/fa/stats.html @@ -0,0 +1,34 @@ + + +{% extends "base.html" %} + +{% block title %}Statistics{% endblock %} + +{% block content %} +

Furaffinity Archive Statistics

+

Some metrics from the Furaffinity Archive

+ + + + + + + + + + + + + + + + + + + + + +
Metric:Count:
Submissions:{{ submissions }}
Users:{{ users }}
Tags:{{ tags }}
+ +{% endblock content %} +