{% if currentLesson.questions.count() and esdSubscription %} {% if esdSubscription.testDetail[currentLesson.id] %} {% set testDetail = esdSubscription.testDetail[currentLesson.id] %}
{{ "studygood.points"|trans }}: {{ testDetail.points }}
{{ "studygood.tries"|trans }}: {{ testDetail.try }} von {{ currentLesson.testMaxTry }}
{{ "studygood.success"|trans }}: {{ testDetail.points >= currentLesson.testMinPoints }}
{% endif %} {% else %} {% sw_include '@Storefront/studygood/course/tab/404.html.twig' %} {% endif %}