{% extends 'layouts/dashboard.html' %} {% block title %}Dashboard - Adtlas{% endblock %} {% block meta_description %}Your personal dashboard for managing your Adtlas account and accessing all features.{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Welcome back, {{ user.get_full_name|default:user.first_name|default:"User" }}!

Here's what's happening with your account today.

{{ user_stats.total_users|default:"0" }}
Total Users
{{ user_stats.active_sessions|default:"1" }}
Active Sessions
{{ notifications.count|default:"0" }}
Notifications
{{ user.last_login|date:"H:i" }}
Last Login
Recent Activity
Logged in successfully
{{ user.last_login|timesince }} ago
Profile updated
Welcome to your dashboard
Security check passed
All systems operational
Account Info
Email:
{{ user.email }}
Member Since:
{{ user.date_joined|date:"F Y" }}
Status:
Active
{% endblock %}