{{!
    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 <http://www.gnu.org/licenses/>.
}}
{{!
    @template theme_remui/setupwizard/setup_final
}}


<div class="setup-container p-0">
    <div class="setup-final-bg-wrapper">
        <img class="final-bg" src="{{config.wwwroot}}/theme/remui/pix/setupwizard/setupwizard_final_bg.png" width="100%"/>

        <div class="heading-wrapper">
            <p class="final-heading">{{#str}}congratulations, theme_remui{{/str}}</p>
            <p class="final-subheading">{{#str}}yoursiteisready, theme_remui{{/str}}</p>
        </div>

        <img class="celebration-bg" src="{{config.wwwroot}}/theme/remui/pix/setupwizard/celebration_bg.gif"/>
        <img class="celebration-img" src="{{config.wwwroot}}/theme/remui/pix/setupwizard/celebration.gif"/>

    </div>
    <div class="setup-finalmsg-wrapper">
        <p class="sub-desc">{{#str}}setupwizardcomplitionmsg, theme_remui{{/str}} </p>
    </div>
</div>

<div class="setup-container">

    {{#finalfeedbackquestion}}
        <form class="feedbackcollection-wrapper sitesetup-feedback ">
            <p class="feedback-heading">{{{name}}}</p>
            <input type="hidden" value="{{{name}}}" name="question" />
            <input type="hidden" value="{{{questionname}}}" name="questionname" />
            <div class="feedbacks">
                {{#options}}
                    <label class="feedback-item" for="feedback-{{id}}">
                        <img class="feedback-item-icon" src="{{{emoji}}}" />
                        <span class="feedback-text">{{value}}</span>
                        <div class="d-none">
                            <input type="radio" id="feedback-{{id}}" name="answer" value="{{value}}" />
                        </div>
                    </label>
                {{/options}}
            </div>
            <button class="btn btn-primary feedback-submitbtn">{{#str}}submitvisityoursite, theme_remui{{/str}}</button>
        </form>
    {{/finalfeedbackquestion}}

</div>

<div class="setup-container-ws">
    <p class="sub-desc">{{#str}}messageafterinstallation, theme_remui{{/str}} </p>

    <div class="plugins-card-wrapper">

        {{#manualsetupplugins}}
        <a class="plugin-card" href="{{url}}" target="_blank">
            <div class="pdf-icon">
                <img class="feedback-item-icon" src="{{config.wwwroot}}/theme/remui/pix/pdf_icon.svg" />
            </div>
            <span class="sub-desc m-0">{{name}}</span>
            <img class=""  src="{{config.wwwroot}}/theme/remui/pix/link_icon.svg" width="20" height="20"/>
        </a>
        {{/manualsetupplugins}}

    </div>
</div>
