{{!
    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/>.
}}
<ul class="users-list">
    {{# latest_members }}
    <li class="list-inline-item">
        <div class="profile-image-wrapper">
            {{{ img }}}
        </div>
        <div class="user-info-wrapper">
            <a class="users-list-name  ellipsis ellipsis-1 color-primary" href="{{ profile_url }}={{ id }}">{{ name }}</a>
            <div class="user-designation ellipsis ellipsis-1">{{#role}}{{role}}{{/role}} {{^role}}Authenticated User{{/role}}</div>
            <span class="users-list-date ellipsis ellipsis-1">{{ register_date }}</span>
        </div>
    </li>
    {{/ latest_members }}
</ul>
<div class="text-center p-pt-2 users-list-ft-link" style="clear: both;">
    <a href="{{ user_profiles }}" class="text-decoration-none">{{#str}}viewallusers, local_edwiserpagebuilder{{/str}}</a>
</div>
