{% extends "base.html" %} {% block title %}Agent Invitation{% endblock %} {% block content %}
Agent invitation
This invitation link is invalid or has been removed.
Ask the agent owner to send a new invite.
This invitation has expired.
Please contact {{ agent.user.get_full_name|default:agent.user.username }} to request a new invitation.
You have accepted this invitation.
You can now communicate with {{ agent.name }} by email.
Send messages to:
{% for endpoint in agent.comms_endpoints.all %} {% if endpoint.channel == "email" and endpoint.is_primary %}{{ endpoint.address }}
{% endif %} {% endfor %}You have declined this invitation.
{% else %}This invitation has already been responded to.
{% endif %}{{ agent.charter }}
Invited by {{ agent.user.get_full_name|default:agent.user.username }}