{% 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 %}
Last visit Name
{{view.last_view_string}} {% with user=view.viewer %} {% include "user_in_table.html" %} {% endwith %}
{% endblock %} {% block pagenav %} {{macros.pagination()}} {% endblock %}