Invite another user to AppFlowy
Workspaces shared with you
{% include "shared_workspaces.html" %}
Invite another user to your workspace
Workspace Name |
Members |
Invite |
{% for owned_workspace in owned_workspaces %}
{{ owned_workspace.workspace.workspace_name|escape }} |
{% for member in owned_workspace.members %}
{{ member.email|escape }}
{% endfor %}
|
|
{% endfor %}
Invitation(s) from other user(s)
Workspace Name |
Inviter |
Action |
{% for pending_workspace_invitation in pending_workspace_invitations %}
{{ pending_workspace_invitation.workspace_name|default("")|escape }} |
{{ pending_workspace_invitation.inviter_email|default("")|escape }} |
|
{% endfor %}