User information


{{ user.username }}
{{ num_sounds_ok }} sounds ok, {{ num_sounds_pending }} pending {% if user.profile.home_page %}
home page: {{user.profile.home_page}} {% endif %}
Has a been a user for {{user.date_joined|timesince}}
Number of forum posts: {{user.profile.num_posts}}



User annotations


{% for annotation in annotations %}

{{ annotation.sender }} wrote:

{{ annotation.text|linebreaksbr|safe }}

{% endfor %}
{{ form.as_p }}