{% extends "default.html" %} {% import "small-annotation-display.html" as annotation_display %} {% block nav_title %}{{ user.formatted_name }}{% endblock %} {% block title %}{{ user.formatted_name }}'s profile | {{ site_name }}{% endblock %} {% block content %} {{ user.formatted_name }} Joined: {{ user.joined_timestamp }} Pictures {% for resource in user.pictures %} {{ annotation_display.annotation_display(resource) }} {{ resource.title }} {% endfor %} {% endblock %}
Joined: {{ user.joined_timestamp }}