{% extends 'global/master.tpl' %} {% block content %}
{% include 'elements/statsHeader.tpl' %}
{% if stats.onlineUsers %} {% for amount,onlineUser in stats.onlineUsers %} {{ onlineUser.username }} {% endfor %} {% else %}
There were no online users in the past 5 minutes.
{% endif %}
{% for post in news.getPosts(0, newsCount) %} {% include 'elements/newsPost.tpl' %} {% endfor %}
{% endblock %}