<div class="twofas-admin">
    <div class="twofas-modal-backdrop twofas-js-deactivation-modal">
        <div class="twofas-modal-container">
            <div class="twofas-modal-cell">
                <div class="twofas-modal twofas-deactivation-modal">
                    <div class="twofas-modal-header">
                        <h6>{{ esc_html__('We are sorry that you are leaving!', '2fas') }}</h6>
                    </div>
                    <div class="twofas-modal-body">
                        <div class="twofas-content-container">
                            <p>{{ esc_html__('Please tell us why:', '2fas') }}</p>
                            <div class="twofas-deactivation-token">{{ create_form_nonce( 'send-deactivation-reason' ) | raw }}</div>
                            <fieldset>
                                <label><input type="radio" name="reason" value="not-working"> <span>{{ esc_html__("It's not working for me.", '2fas')|raw }}</span></label>
                                <label><input type="radio" name="reason" value="how-it-works"> <span>{{ esc_html__("I don't know how it works.", '2fas')|raw }}</span></label>
                                <label><input type="radio" name="reason" value="complicated"> <span>{{ esc_html__("It's too much complicated.", '2fas')|raw }}</span></label>
                                <label><input type="radio" name="reason" value="looking"> <span>{{ esc_html__("I'm looking for something else.", '2fas')|raw }}</span></label>
                                <label><input type="radio" name="reason" value="other"> <span>{{ esc_html__('Other, please describe below:', '2fas') }}</span></label>
                                <textarea name="reason-desc" placeholder="{{ esc_attr__('I deactivate this plugin because...', '2fas') }}" disabled="disabled"></textarea>
                            </fieldset>
                            <div class="twofas-confirm-buttons">
                                <button class="twofas-js-deactivation-skip button button-secondary">{{ esc_html__('Skip', '2fas') }}</button>
                                <button class="twofas-js-deactivation-send button button-primary" disabled="disabled">{{ esc_html__('Send', '2fas') }}</button>
                            </div>
                        </div>
                        <div class="twofas-clear-fix"></div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
