{% extends 'layouts/index.html' %} {% block content %}
{{ user.username }} {% with seen_text = user.get_last_seen() %} {% if seen_text == 'Online now!' %} {{ seen_text }} {% else %} {{ seen_text }} {% endif %} {% endwith %}
{{ user.username }}'s Profile Picture
Registered {{ user.get_registration_delta() }} ago
67 likes
14 posts

About me:
{{ user.about_me or "This user hasn't written a bio yet." }}

{% endblock %}