{% extends 'punkweb_bb/base.html' %} {% load static render styled_username %} {% block title_prefix %}{{ user.username }} | {% endblock%} {% block og_title_prefix %}{{ user.username }} | {% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% if user.profile.image %} {% else %} {% endif %}
{{user|styled_username}}
Date Joined:
Last Login:
Posts: {{user.profile.post_count}}
Threads
{% if user.threads.count == 0 %}
{{ user.username }} has not created any threads.
{% else %} {% endif %}
{% endblock %}