{{! This file is part of Moodle - http://moodle.org/ Moodle is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Moodle is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Moodle. If not, see . }} {{! @template tool_analytics/invalid_analysables Template for invalid analysables. Classes required for JS: * none Data attributes required for JS: * none Context variables required for this template: * none Example context (json): { "modelname": "Not engaging courses", "analysables": [ { "url": "Maths", "validtraining": "Ongoing course", "validprediction": "Not enough students activity" }, { "url": "Psichology", "validtraining": "No students", "validprediction": "No students" } ] } }}

{{#str}}modelinvalidanalysables, tool_analytics, {{modelname}}{{/str}}

{{#str}}invalidanalysablesinfo, tool_analytics{{/str}}
{{#noanalysables}}
{{> core/notification_info}}
{{/noanalysables}} {{^noanalysables}}
{{#prev}}{{> core/single_button}}{{/prev}} {{#next}}{{> core/single_button}}{{/next}}
{{#analysables}} {{/analysables}}
{{#str}}invalidanalysablestable, tool_analytics{{/str}}
{{#str}}name{{/str}} {{#str}}invalidtraining, tool_analytics{{/str}} {{#str}}invalidprediction, tool_analytics{{/str}}
{{{url}}} {{validtraining}} {{validprediction}}
{{#prev}}{{> core/single_button}}{{/prev}} {{#next}}{{> core/single_button}}{{/next}}
{{/noanalysables}}