<h3><?php 
                    echo get_text('Answered_by');
                    ?>
                                    : <?php 
                    echo $reviewer[0] . ' ' . $reviewer[1];
                    ?>
</h3>
                                <h3><?php 
                    echo get_text('Poll_about');
                    ?>
                                    : <?php 
                    echo $reviewee[0] . ' ' . $reviewee[1];
                    ?>
</h3>
                                <?php 
                    if ($poll_status != get_poll_status_id('Commentaar')) {
                        ?>
                                    <table class="questions">
                                        <?php 
                        $number = 1;
                        foreach ($categories as $category) {
                            ?>
                                        <thead>
                                        <tr style="margin-top: 25px;">
                                            <th id="category"><?php 
                            echo $category['Name'];
                            ?>
</th>
                                            <?php 
                            for ($value = 1; $value < 7; $value++) {
                                ?>
            }
            ?>
                </tr>
                <?php 
            $number++;
        }
    }
    ?>
        <tr class="spacer"></tr>
        <?php 
}
?>
        </tbody>
    </table>
    <?php 
if ($poll_status == get_poll_status_id('Ingestuurd')) {
    ?>
        <h3><a href="<?php 
    $_SERVER['PHP_SELF'];
    ?>
?Start&amp;Step=2"><?php 
    echo get_text('Next');
    ?>
</a></h3>
    <?php 
} else {
    ?>
        <input type="submit" value="<?php 
    echo get_text('Save');
    ?>
" name="save_own_questions"/>
                        echo get_text('Submit_explanation');
                    }
                }
                ?>
                        </form>
                    <?php 
            }
            ?>
                </div>
            <?php 
        }
    }
    ?>
    </div>
    <?php 
    if (isset($_GET['Poll']) && get_poll_status($_GET['Poll']) != get_poll_status_id('Commentaar')) {
        ?>
        <div class="topSidebar step">
            <?php 
        include 'includes/aside/fase2.php';
        ?>
        </div>
    <?php 
    }
} else {
    ?>
    <div class="topContent">
        <?php 
    echo get_text('Phase2_text');
    ?>
        <span id="start"><a href="?Start"><h1><?php