diff --git a/templates/default/views/subviews/assessments.twig b/templates/default/views/subviews/assessments.twig index c89efe453a5..431e19c3180 100644 --- a/templates/default/views/subviews/assessments.twig +++ b/templates/default/views/subviews/assessments.twig @@ -1,13 +1,35 @@ -{% set aAssessments = aSurveyInfo.aAssessments.datas %} +{# + LimeSurvey + Copyright (C) 2007-2017 The LimeSurvey Project Team / Louis Gac + All rights reserved. + License: GNU/GPL License v2 or later, see LICENSE.php + LimeSurvey is free software. This version may have been modified pursuant + to the GNU General Public License, and as distributed it includes or + is derivative of works licensed under the GNU General Public License or + other free or open source software licenses. + See COPYRIGHT.php for copyright notices and details. + + + + (¯`·._.·(¯`·._.· Assessments ·._.·´¯)·._.·´¯) + display the result of assessments + Datas are inside aSurveyInfo.aAssessments.datas +#} + +{% set aAssessments = aSurveyInfo.aAssessments.datas %} + + + +
{{ "Your assessment" | t }}
{% if aAssessments.subtotal.show %} diff --git a/templates/default/views/subviews/flash_message.twig b/templates/default/views/subviews/flash_message.twig index 96c3b625c33..1cea18b8570 100644 --- a/templates/default/views/subviews/flash_message.twig +++ b/templates/default/views/subviews/flash_message.twig @@ -1,4 +1,17 @@ {# + LimeSurvey + Copyright (C) 2007-2017 The LimeSurvey Project Team / Louis Gac + All rights reserved. + License: GNU/GPL License v2 or later, see LICENSE.php + LimeSurvey is free software. This version may have been modified pursuant + to the GNU General Public License, and as distributed it includes or + is derivative of works licensed under the GNU General Public License or + other free or open source software licenses. + See COPYRIGHT.php for copyright notices and details. + + + (¯`·._.·(¯`·._.· Yii Flash Message ·._.·´¯)·._.·´¯) + Show the possible Yii Flash messages (not related to survey, but rather to application). Only advanced users may use it. #}