{% load i18n %}
{% blocktrans %}The following table contains the list of all recent changes to the key used by your account.{% endblocktrans %}
{% trans "Date" %} | {% trans "New Key" %} | {% trans "IP address" %} | {% trans "User Agent" %} |
---|---|---|---|
{{ change.created_at|date:"M d, Y" }} | {{ change.to_fingerprint }} | {{ change.ip_address }} | {{ change.agent }} |