<p>
                                                <input type="checkbox" name="select_all" <?php 
        checked(false, $has_excluded);
        ?>
 />
                                                <span><?php 
        esc_html__('Select all', 'wpml-string-translation');
        ?>
</span>
                                            </p>
                                        </div>

                                        <div class="contexts">
                                            <?php 
        foreach ($exclude->get_contexts_and_their_exclude_status() as $context => $status) {
            ?>

                                                <?php 
            if (strlen($context)) {
                ?>

                                                <p>
                                                    <input
                                                        type="checkbox"
                                                        name="<?php 
                echo WPML_Autoregister_Context_Exclude::SETTING_KEY;
                ?>
[]"
                                                        value="<?php 
                echo $context;