<div class="order_message"></div>
        </div>
        </div><?php 
    } else {
        ?>
<div class="section" id="<?php 
        echo $key;
        ?>
_mails">
        <h3><?php 
        echo $type;
        ?>
</h3>

        <p class="description"><?php 
        echo FollowUpEmails::get_email_type_long_description($key);
        ?>
</p><br />

        <p>
            <?php 
        _e('Send a copy of all emails of this type to:', 'follow_up_emails');
        ?>
            <input type="text" name="bcc[<?php 
        echo $key;
        ?>
]" value="<?php 
        echo esc_attr($bcc);
        ?>
" />
        </p>