{% extends "base.html" %} {% block title %}EcoCycle Community Forum{% endblock %} {% block styles %} {% endblock %} {% block content %}

EcoCycle Community Forum

Connect with fellow cyclists, share tips, and discuss routes

Discussion Categories

{% if current_user.is_authenticated %} New Topic {% endif %}
{% for category in categories %}

{{ category.name }}

{{ category.description }}

{{ category.topic_count }} Topics {{ category.post_count }} Posts
{% if category.latest_topic %}
Latest: {{ category.latest_topic.title }} by {{ category.latest_topic.author }} {{ category.latest_topic.created_at|timeago }}
{% endif %}
{% endfor %}

Forum Statistics

{{ stats.total_topics }} Topics
{{ stats.total_posts }} Posts
{{ stats.total_users }} Users
Newest Member: {{ stats.newest_user.username }}
{% endblock %} {% block scripts %} {% endblock %}