diff --git a/fet2020/templates/admin/submit_line.html b/fet2020/templates/admin/submit_line.html
index b3fbb539..05a5b840 100644
--- a/fet2020/templates/admin/submit_line.html
+++ b/fet2020/templates/admin/submit_line.html
@@ -2,6 +2,7 @@
{% load i18n admin_urls %}
{% block submit-row %}
- {% trans 'Close' %}
+ {% if not show_close %}{% translate 'Close' %}{% endif %}
+ {% if not show_save_as_new %}{% endif %}
{{ block.super }}
{% endblock %}