{% extends "default.html" %} {% block pagetitle %}@{{u.username}}'s IPs{% endblock %} {% block content %}
@{{u.username}}'s IPs
{% for ip_log in ip_logs %} {% endfor %}
IP First Used Last Used
{{ip_log.ip}}
{% endblock %}