{% extends "accounts_base.html" %} {% block title %}New device detected{% endblock %} {% block content %}

Check the following unusual activity

Device: {{ device.machine }}

Operating system: {{ device.operating_system }}

Browser: {{ device.browser }}

From IP: {{ device.ip }} - near {{ device.location }}

On: {{ device.created }}

{{ form.as_p }} {% csrf_token %}
{% endblock %}