News
{% for topic in news %}
{% endif %} {% endfor %}
{{ topic.title }}
- {{ topic.date_created|format_date('%b %d %Y') }}
- {{ topic.user.username }}
- Comments ({{ topic.post_count }})
{{ topic.first_post.content | markup | safe }}
{% if not loop.last %}{% endif %} {% endfor %}
Recent Topics
{% for topic in recent_topics %}
{% endfor %}
Statistics
Topics
{{ topic_count }}
Posts
{{ post_count }}
Registered Users
{{ user_count }}
Newest User
Online Users
{{ online_users }}
Guests online
{{ online_guests }}