diff --git a/projects/tentacles/src/python/tentacles/templates/jobs_list.html.j2 b/projects/tentacles/src/python/tentacles/templates/jobs_list.html.j2 index 65be7d0..17f5043 100644 --- a/projects/tentacles/src/python/tentacles/templates/jobs_list.html.j2 +++ b/projects/tentacles/src/python/tentacles/templates/jobs_list.html.j2 @@ -22,8 +22,10 @@
+ {% if ctx.uid %} {{ macros.duplicate_job(job.id) }} {{ macros.cancel_job(job.id) }} + {% endif %}
{% endfor %}