{% if not tg_session_id %}
Authentication Required

To {{ action }} your project to TextGrid-{{ instance|capitalize }}, you need a valid Session ID.

How to get your Session ID:

  1. Go to TextGrid Authentication (login via DARIAH-AAI if needed)
  2. Click on "More Details"
  3. Copy the "TgAuth Session ID" and paste it below
{% elif not is_valid_session %}
Session Expired or Invalid

Your session has expired or is invalid. Please get a new Session ID and try again.

{% endif %}