.row.no-gutters.pt-2 .col-1 = render 'components/checkbox', id: profile['id'], name: 'actor[]', value: profile['id'], data: { target: 'select-all.input' } .col-11 %h4 %a{href: profile['id']}= sanitize profile['name'] .mb-3 = sanitize profile['summary'].html_safe -# Botones de ModeraciĆ³n .d-flex.pb-4 = render 'components/profiles_btn_box', actor_moderation: actor_moderation