diff --git a/templates/Projects/info/_builds.html.twig b/templates/Projects/info/_builds.html.twig
index 170edbb9..394aecd4 100644
--- a/templates/Projects/info/_builds.html.twig
+++ b/templates/Projects/info/_builds.html.twig
@@ -2,6 +2,12 @@
{% import "components/projects.macro.html.twig" as project_macros %}
+{% if project.status is not empty and project.status != "in_production" %}
+
+ {% trans with {"%project_status%": ('project.status.'~project.status)|trans } %}project.builds.check_project_status{% endtrans %}
+
+{% endif %}
+
{% if not can_build %}
{% trans %}project.builds.build_not_possible{% endtrans %}
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index 1298a8a7..fe1e8edf 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -10333,5 +10333,11 @@ Element 3
%max_builds% builds of this project.]]>
+
+
+ project.builds.check_project_status
+ "%project_status%". You should check if you really want to build the project with this status!]]>
+
+