{% extends "page.html" %} {% load static %} {% block title %} {% if rejecting %}Decline Invitation{% else %}Agent Invitation{% endif %} {% endblock %} {% block content %}
This invitation link is not valid or has expired.
This invitation for {{ agent.name }} has expired.
Please contact {{ invite.invited_by.get_full_name|default:invite.invited_by.username }} for a new invitation.
You have {{ status|lower }} this invitation for {{ agent.name }}.
{% if status == 'Accepted' %}You can communicate with {{ agent.name }} by sending emails to: {{ agent.comms_endpoints.all.0.address }}
Are you sure you want to decline this invitation to communicate with {{ agent.name }}?
{{ agent.charter|truncatewords:30 }}
Invited by {{ invite.invited_by.get_full_name|default:invite.invited_by.username }}
{{ invite.invited_by.get_full_name|default:invite.invited_by.username }} has invited you to communicate with their AI agent.
{{ agent.charter|truncatewords:30 }}
Once you accept, you can email {{ agent.name }} directly to start conversations.