+ {% if app_features_comment %}
diff --git a/templates/components/Challenge/Ui.html.twig b/templates/components/Challenge/Ui.html.twig
index 39ade25..de3d888 100644
--- a/templates/components/Challenge/Ui.html.twig
+++ b/templates/components/Challenge/Ui.html.twig
@@ -3,7 +3,7 @@
{% if question.solutionVideo %}
{% endif %}
- {% if appfeatures.hint %}
+ {% if app_features_hint %}
{% endif %}
@@ -15,7 +15,7 @@
- {% if appfeatures.hint %}
+ {% if app_features_hint %}
{% endif %}
{% if question.solutionVideo %}
@@ -35,7 +35,7 @@
- {% if appfeatures.comment %}
+ {% if app_features_comment %}