diff --git a/app/templates/views/job.html b/app/templates/views/job.html
index 6524e1a82..f62d6eaa6 100644
--- a/app/templates/views/job.html
+++ b/app/templates/views/job.html
@@ -74,9 +74,6 @@
{% call field() %}
{{ item.to }}
{% endcall %}
- {% call field() %}
- {{item.template}}
- {% endcall %}
{% call field(
align='right',
status='error' if item.status == 'Failed' else 'default'