{% extends "default.html" %} {% block pagetitle %}@{{u.username}}'s Profile Views{% endblock %} {% block content %}
Users who viewed @{{u.username}}'s profile
{% for view in views %} {% endfor %}
Name Last visit
{% with user=view.viewer %} {% include "user_in_table.html" %} {% endwith %} {{view.last_view_string}}
{% endblock %} {% block pagenav %} {% include "pagination.html" %} {% endblock %}