{% load i18n %} {% load settings_value %}

{% trans "Connections between your organisation(s) and " %}{% settings_value 'SITE_TITLE' %}{% trans " account" %}

{% trans "Signed in devices" %}

{% for object in form %} {% endfor %}
{% trans "Organisation" %} {% trans "Email address" %}
{{ object.user_agent|device|default_if_none:unknown_on_unknown|safe }} {{ object.ip|location|default_if_none:unknown|safe }} – {% if object.session_key == session_key %} {% trans "this session" %} {% else %} {% blocktrans with time=object.last_activity|timesince %}{{ time }} ago{% endblocktrans %} {% endif %}
{% csrf_token %}

{% if form.count > 1 %}
{% csrf_token %}
{% endif %}