{{! 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 format_tiles/above_tiles Example context (json): { "editing": "0", "section_zero_show": "1", "is_multi_section": "1", "has_filter_buttons": "1", "filternumberedbuttons": [{ "id": 12345, "buttonnum": 2, "sections": [3,4,5], "title": "3-5" }] } }} {{^editing}}
{{#is_multi_section}}{{#has_filter_buttons}}
{{#pix}}filter, format_tiles{{/pix}} {{#filternumberedbuttons}} {{> format_tiles/filterbutton}} {{/filternumberedbuttons}} {{#filteroutcomebuttons}} {{> format_tiles/filterbutton}} {{/filteroutcomebuttons}}
{{#str}}all, format_tiles{{/str}}
{{/has_filter_buttons}}
{{#overall_progress_indicator}} {{> format_tiles/progress}} {{/overall_progress_indicator}} {{#jsnavadminallowed}} {{/jsnavadminallowed}} {{^editing}}{{#section_zero_show}} {{/section_zero_show}}{{/editing}}
{{/is_multi_section}} {{^is_multi_section}} {{^editing}}{{#section_zero_show}}
{{/section_zero_show}}{{/editing}} {{/is_multi_section}}
{{/editing}}