{% extends "base.html" %} {% load static %} {% block title %}User: {{ object.username }}{% endblock %} {% block content %}

Profile

Profile image

{{ user.username }}

{{ user.name }}

{{ user.email }}

Last login {{ user.last_login}}

Member since

Description: {{ blurb.description }}

Skills: {{ blurb.description }}

Joined

MHS{{ user.id|stringformat:"05d" }}

Change me

Cancel Membership

{{ object.username }}

{% if object.name %}

{{ object.name }}

{% endif %}
{% if object == request.user %}
{% endif %}
{% endblock content %}