{% extends "base.html" %} {% block title %}Join Workspace — Memlord{% endblock %} {% block content %}

Join workspace

{% if used %}
This invite link has already been used.
My workspaces {% else %}

{{ inviter_name }} invited you to join {{ workspace_name }} as {{ 'read only' if role == 'viewer' else 'read & write' }}.

Decline
{% endif %}
{% endblock %}