{% extends 'schasite/authenticated_base.html' %} {% load static %} {% block pagetitle %} Dashboard | SCHA {% endblock %} {% block content %}

Member Dashboard

Welcome

Hello, John Doe!

Welcome to your Greenwood Estates member portal. From here you can access community resources, connect with neighbors, and stay informed.

Your membership is active through December 31, 2024.

Your Recently Updated Posts

{% for recent_post in member_recent_posts %}
{{ recent_post.title }}
3 days ago

{{ recent_post.content }}

Posted by Sarah Johnson
{% endfor %}

Recent Community Posts

{% endblock %} {% block extra_js %} {% endblock %}