{% load i18n %} {% load static %}

Agent Connections

{% trans "Send Connection Invite" %} or: {% trans "Respond to (External) Invite" %} or: Poll for Messages on All Connections
{% for connection in connections %}

{{ connection.partner_name }}

Connection Type: {{ connection.connection_type }}
Connection Status: {{ connection.status }} {% if connection.status == 'Pending' %} Respond Mobile QR {% endif %} {% if connection.status == 'Sent' %} Check Status Mobile QR {% endif %} {% if connection.status == 'Active' %} {% if connection.connection_type == 'Outbound' %} Send Credential or {% endif %} Send Proof Request or Poll for Messages {% endif %}
{% endfor %}