<div class="wrap">
    <h2 id="duplicate-site"><?php 
echo MUCD_NETWORK_PAGE_DUPLICATE_TITLE;
?>
</h2>

    <?php 
if (MUCD_Duplicate::log_error()) {
    MUCD_Admin::log_error_message();
}
if (isset($form_message)) {
    MUCD_Admin::result_message($form_message);
}
?>

    <form method="post" action="<?php 
echo network_admin_url('sites.php?page=' . MUCD_SLUG_NETWORK_ACTION . '&action=' . MUCD_SLUG_ACTION_DUPLICATE);
?>
">
        <?php 
wp_nonce_field(MUCD_DOMAIN);
?>

        <table class="form-table">
           <tr class="form-required">
                <th scope='row'><?php 
echo MUCD_NETWORK_PAGE_DUPLICATE_FIELD_SOURCE;
?>
</th>
                <td>
                    <?php