{{!
    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/>.
}}
{{!
    Page footer.
}}

<footer id="page-footer" class="py-3 text-dark">
    <div class="container">

        <div id="course-footer">{{{ output.course_footer }}}</div>

        <div class="row">

                <div class="col-md-8">
                    {{{ output.footnote }}}

                    {{{ output.login_info }}}

                    {{{ output.home_link }}}

                    {{# output.page_doc_link }}
                        <p class="helplink">{{{ output.page_doc_link }}}</p>
                    {{/ output.page_doc_link }}

                </div>

                <div class="col-md-4">
                    <div class="brandbox">

                        {{#output.brandorganization_footer}}<h3>{{output.brandorganization_footer}}</h3>{{/output.brandorganization_footer}}
                            <ul class="footercontact">
                                {{#output.brandwebsite_footer}}<li><i class="fa fa-globe"></i>  {{output.brandwebsite_footer}}</li>{{/output.brandwebsite_footer}}
                                {{#output.brandemail_footer}}<li><i class="fa fa-envelope"></i>  {{output.brandemail_footer}}</li>{{/output.brandemail_footer}}
                                {{#output.brandphone_footer}}<li><i class="fa fa-mobile-phone"></i>  {{output.brandphone_footer}}</li>{{/output.brandphone_footer}}
                            </ul>

                        {{{ output.social_icons }}}

                    </div>
                </div>

        </div>
        <nav class="nav navbar-nav d-md-none">
            {{# output.custom_menu_flat }}
                <ul class="list-unstyled pt-3">
                    {{> theme_boost/custom_menu_footer }}
                </ul>
            {{/ output.custom_menu_flat }}
        </nav>
        {{{ output.standard_footer_html }}}
        {{{ output.standard_end_of_body_html }}}

    </div>

</footer>
