{% extends "base.html" %} {% block title %}{{ user.display_name or user.username }}'s Profile - {{ config.BBS_NAME }}{% endblock %} {% block content %}
@{{ user.username }}
{% endif %} {% if online %} Online {% else %} Offline {% endif %} {% if user.is_admin %}{{ user.location }}
{% endif %} {% if user.website %} {% endif %} {% if user.show_email %}{{ user.email }}
{% endif %}Joined {{ user.created_at.strftime('%Y-%m-%d') }}
{% if user.last_login %}Last login {{ user.last_login.strftime('%Y-%m-%d') }}
{% endif %}Posts: {{ stats.total_posts }}
Replies: {{ stats.total_replies }}
Member for: {{ stats.account_age }} days
{{ user.bio }}
No posts yet.
{% endif %}