{% extends "console_page.html" %} {% block title %}Agent Collaboration Invite{% endblock %} {% block console_content %}
Collaboration invite
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.
This invitation was sent to a different account. Please sign in with the invited account to respond.
You have accepted this invitation.
{% elif invite.status == "rejected" %}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 }}