{% extends "base.html" %}{% block bodyclass %}user{% endblock %}{% block title %}{{ user["DisplayName"] }}{% endblock %}{% block body %}

Profile of: {{ user["DisplayName"] }}

{% if not nopic %}{% else %}{% endif %}

Reputation: {{ user["Reputation"] | intspace }}

{{ user["AboutMe"] }}
{% if user["WebsiteUrl"] %}

{{ user["WebsiteUrl"] }}

{% endif %}

member since {{ user["CreationDate"] }}

{{ user["Views"] | intspace }} profile views

{% if user["badges"] %}

Badges

{% for tag in user["badges"] %}{% endfor %}
{{ tag }}
x {{ user["badges"][tag] }}
{% endif %} {% endblock %}