{{!
    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/>.
}}
{{^cannotview}}
<div id="recent_active_forum-{{uniqid}}" class="table-responsive recent-forums" style="overflow-x: auto;">
    <table class="table">
        <thead class="h-semibold-6">
            <tr>
                <th style="height: 38px; width: 20%;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></th>
                <th style="height: 38px;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></th>
                <th style="height: 38px; width: 15%;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></th>
                <th style="height: 38px; width: 15%;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></th>
                <th style="height: 38px; width: 15%;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td style="height: 38px; width: 20%;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></td>
                <td style="height: 38px;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></td>
                <td style="height: 38px; width: 15%;"><div class="bg-pulse-grey mb-1" style="width: 40px; height: 40px; border-radius: 50%"></div></td>
                <td style="height: 38px; width: 15%;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></td>
                <td style="height: 38px; width: 15%;"><div class="bg-pulse-grey mb-1" style="width: 40px; height: 17px; border-radius: 2rem;"></div></td>
            </tr>
            <tr>
                <td style="height: 38px; width: 20%;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></td>
                <td style="height: 38px;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></td>
                <td style="height: 38px; width: 15%;"><div class="bg-pulse-grey mb-1" style="width: 40px; height: 40px; border-radius: 50%"></div></td>
                <td style="height: 38px; width: 15%;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></td>
                <td style="height: 38px; width: 15%;"><div class="bg-pulse-grey mb-1" style="width: 40px; height: 17px; border-radius: 2rem;"></div></td>
            </tr>
        </tbody>
    </table>
</div>
{{#js}}
require(['local_edwiserpagebuilder/remuiblck/recent_active_forum'], function(recentActiveForum) {
  recentActiveForum.init('#recent_active_forum-{{uniqid}}');
});
{{/js}}
{{/cannotview}}
