diff --git a/frontend/templates/metrics.html b/frontend/templates/metrics.html index e5329d6b..ab59e1df 100644 --- a/frontend/templates/metrics.html +++ b/frontend/templates/metrics.html @@ -7,10 +7,10 @@
How many ungluers have registered?
{% endif %}
{{ wishlists.today.count }} of them have 1 or more items on a wishlist.
  • {{ users.days7.count }} have registered in the past 7 days. @@ -30,10 +30,10 @@
    How many works have been added to Unglue.it?
      -
    • {{ works.today.count }} have been added today. They are +
    • {{ works.today.count }} have been added today. {% if works.today.count %}They are + {% endfor %}
    {% endif %}
  • {{ works.days7.count }} have been added in the past 7 days.
  • @@ -64,10 +64,10 @@
    How many ebooks have been added to Unglue.it?
    {% endif %}
  • {{ ebooks.days7.count }} have been added in the past 7 days.