{% extends "base.html" %} {% block content %}

Team Invitation

You've been invited to join {{ team_name }}.

{% if 'user_id' in session %}

Your account ({{ email }}) matches this invitation.

{% else %}

Log in with {{ email }} to accept this invitation.

Log In Create Account
{% endif %}

Decline invitation

{% endblock %}