{% extends "layout_maps.html" %} {% block title %}
User name | Collaboration mode | Actions |
---|---|---|
{{ collaborator.user_name }} | {% if collaborator.collaboration_mode.name == "VIEW" %} Can View {% elif collaborator.collaboration_mode.name == "COMMENT" %} Can Comment {% else %} Can Edit {% endif %} | Edit · Delete |
You are not collaborating with anyone on this topic map. Click on the "Add collaborator" button below to add a collaborator.
{% endif %} {% endblock %}