Invite another user to AppFlowy

Email:

Workspaces shared with you

{% include "shared_workspaces.html" %}

Invite another user to your workspace

{% for owned_workspace in owned_workspaces %} {% endfor %}
Workspace Name Members Invite
{{ owned_workspace.workspace.workspace_name|escape }} {% for member in owned_workspace.members %} {{ member.email|escape }}
{% endfor %}

Invitation(s) from other user(s)

{% for pending_workspace_invitation in pending_workspace_invitations %} {% endfor %}
Workspace Name Inviter Action
{{ pending_workspace_invitation.workspace_name|default("")|escape }} {{ pending_workspace_invitation.inviter_email|default("")|escape }}