{{!
    This file is part of the tool_certificate plugin for 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 tool_certificate/bulk_action_selector

    Template to add an action dropdown to the certificated issued table

    Example context (json):
    {
    }
}}
<form id="cert-bulk-action-form" action="#" method="post" class="row">
    <div class="col-md-3 col-form-label">
        <p class="word-break" aria-hidden="true">
            {{#str}}withselectedusers, core{{/str}}
        </p>
    </div>
    <div class="col-md-9">
        <label class="visually-hidden" for="id_action">{{#str}}withselectedusers, core{{/str}}</label>
        <select class="form-control form-select" name="action" id="id_action" disabled="disabled">
            <option value="0">{{#str}}choosedots, core{{/str}}</option>
            <option value="regenerateall">{{#str}}regenerateissuedcertificates, tool_certificate{{/str}}</option>
        </select>
    </div>
</form>
