diff --git a/recruitment/templates/recruitment/open_recruitments.html b/recruitment/templates/recruitment/open_recruitments.html
index 54c5f66f6..3b5f722b4 100644
--- a/recruitment/templates/recruitment/open_recruitments.html
+++ b/recruitment/templates/recruitment/open_recruitments.html
@@ -46,7 +46,7 @@
{% endfor %}
{{recruitment.title}}
-
+ {% if perms.recruitment.view_recruitment %}
@@ -54,7 +54,17 @@
{{recruitment.candidate.all|length}}
{% trans "Applied" %} {% trans "of" %} {{recruitment.vacancy}} {% trans "Capacity" %}
-
+
+ {% else %}
+
+ {{recruitment.start_date}} - {{recruitment.end_date}}
+ {% if recruitment.vacancy %}
+ {% trans "Total vacancies" %} {{recruitment.vacancy}}
+ {% endif %}
+
+ {% endif %}
+
+