diff --git a/src/c3nav/editor/templates/editor/graph.html b/src/c3nav/editor/templates/editor/graph.html
index 6fac02df..d39043f8 100644
--- a/src/c3nav/editor/templates/editor/graph.html
+++ b/src/c3nav/editor/templates/editor/graph.html
@@ -58,7 +58,7 @@
←
{% for connection in connections %}
{% if connection.from_node_id != active_node.pk %}
- {{ connection.other_node.pk }}{% if connection.waytype %}{{ connection.waytype.title }}{% endif %},
+ {{ connection.other_node.pk }}{% if connection.waytype %} ({{ connection.waytype.title }}){% endif %}{% if connection.access_restriction_id %} ({{ connection.access_restriction.title }}){% endif %},
{% endif %}
{% endfor %}