diff --git a/nmlayout/templates/nm-base.html b/nmlayout/templates/nm-base.html
index 97078c29e19e2e1c3f2b2314320dadb61a3b5374..14f7851104248fe55108797158558d1e30d111ef 100644
--- a/nmlayout/templates/nm-base.html
+++ b/nmlayout/templates/nm-base.html
@@ -41,6 +41,7 @@
{% endif %}
{% if process %}
{% if visitor.is_admin %}admin process{% endif %}
+ {% if "proc_close" in visit_perms %}cancel process{% endif %}
{% endif %}
{% if person %}
DDPO