{% extends "base.html" %} {% block title %}EcoCycle - Community{% endblock %} {% block head %} {% endblock %} {% block content %}

Community

Connect with other cyclists, share experiences, and participate in community events.

User Avatar
{{ username }}

EcoCyclist since {{ user.joined_date|default('2025') }}

{% if user.badge %} {{ user.badge }} {% endif %}
{{ user.total_routes|default(0) }}
Routes
{{ user.total_posts|default(0) }}
Posts
{{ user.eco_points|default(0) }}
Points
Top Contributors
{% if contributors %} {% for contributor in contributors %}
Avatar
{{ contributor.username }}
{{ contributor.eco_points }} points
{% endfor %} {% else %}

No contributors data available.

{% endif %}
{% if forum_posts %} {% for post in forum_posts %}
Avatar
{{ post.username }}
{{ post.created_at }}
{% if post.category %} {{ post.category }} {% endif %}
{{ post.title }}

{{ post.content|truncate(150) }}

Read More
{% endfor %} {% else %}

No forum posts yet. Be the first to post!

{% endif %}

Shared routes will appear here.

Cycling tips will appear here.

Upcoming Events
MAY
15
Weekly Group Ride
10:00 AM • Marina Green
MAY
23
Bike Maintenance Workshop
2:00 PM • EcoCycle Hub
{% endblock %} {% block scripts %} {% endblock %}