{% extends "emails/base.txt" %} {% block content %} Join this JEDI Cloud Application {{ owner }} has invited you to join a JEDI Cloud Application. Login now to view or use your JEDI Cloud resources. {{ url_for("applications.accept_invitation", token=token, _external=True) }} {% endblock %}