<div class="row main">
    <div class="col-12 main-content">
        <div class="row form-group">
            <div class="col-md-6 col-12">
                {{#str}}myroles, local_multirole{{/str}}
            </div>
            <div class="col-md-6 col-12 text-right">
                <button class="btn btn-primary create-role-request">
                    {{#str}}requestnewrole, local_multirole{{/str}}
                </button>
            </div>
        </div>
        <div class="row form-group">
            <div class="col-12">
                <table class="table role-table">
                    <thead>
                        <tr>
                            <th>{{#str}}srno, local_multirole{{/str}}</th>
                            <th>{{#str}}role, local_multirole{{/str}}</th>
                            <th>{{#str}}assignedon, local_multirole{{/str}}</th>
                            <th>{{#str}}activerole, local_multirole{{/str}}</th>
                            <th>{{#str}}defaultrole, local_multirole{{/str}}</th>
                            <th>{{#str}}action, local_multirole{{/str}}</th>
                        </tr>
                    </thead>
                    <tbody>
                    </tbody>
                </table>
            </div>
        </div>
        <hr>
        <div class="row form-group">
            <div class="col-12">
                {{#str}}rolerequestdashboard, local_multirole{{/str}}
            </div>
        </div>
        <div class="row form-group">
            <div class="col-12">
                <table class="table request-role-table">
                    <thead>
                        <tr>
                            <th>{{#str}}srno, local_multirole{{/str}}</th>
                            <th>{{#str}}role, local_multirole{{/str}}</th>
                            <th>{{#str}}admincomment, local_multirole{{/str}}</th>
                            <th>{{#str}}status, local_multirole{{/str}}</th>
                            <th>{{#str}}createdon, local_multirole{{/str}}</th>
                            <th>{{#str}}action, local_multirole{{/str}}</th>
                        </tr>
                    </thead>
                    <tbody>
                    </tbody>
                </table>
            </div>
        </div>
    </div>
</div>