{% extends 'layouts/base.html' %} {% block content %}

New Users

    {% for new_user in new_users %}
  • {{ new_user.username }} as of {{ new_user.get_registration_delta() }} ago
  • {% endfor %}

runnerspace Statistics

  • {{ stats['total_comments'] }} comments across {{ stats['total_posts'] }} posts
  • {{ stats['total_users'] }} users
{% endblock %}