1 {% extends
"base.html" %}
8 {% include 'menu.html' %}
9 {% include 'flash.html' %}
10 <div class=
"well well-large" style=
"height: 140px;">
12 <div class=
"pull-right">
13 <img src=
"{{ user.avatar(128) }}" class=
"img-polaroid">
16 <h3>{{ user.name }}
</h3>
17 {% if user.email %}
<p>Email: {{ user.email }}
</p>{% endif %}
18 {% if user.username %}
<p>Username: {{ user.username }}
</p>{% endif %}
19 {% if user.password %}
<p>Password: {{ user.password }}
</p>{% endif %}
20 {% if user.last_seen %}
<p><em>Last seen: {{ user.last_seen }}
</em></p>{% endif %}