{{!
    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_assignments-{{uniqid}}" class="recent-assignments-wrapper">
<table class="table">
    <thead>
        <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; width: 22%;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></th>
            <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>
        </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; width: 22%;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></td>
            <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>
        </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; width: 22%;"><div class="bg-pulse-grey mb-1" style="width: 80%; height: 100%;"></div></td>
            <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>
        </tr>
    </tbody>
</table>
</div>
{{#js}}
require(['local_edwiserpagebuilder/remuiblck/recent_feedbacks'], function(recentFeedbacks) {
  recentFeedbacks.init('#recent_assignments-{{uniqid}}');
});
{{/js}}
{{/cannotview}}
