<html>
    <body>

        <h1>Training Request</h1>
<hr>
        <strong>Options selected:</strong><br />

        <ol>
            <?php foreach($selected as $select): ?>
            <li><?php echo $select; ?></li>
            <?php endforeach; ?>
        </ol>
        <p></p>
        <strong>Brief overview of what is required and why:</strong> <br />

        <p><?php echo $training->overview; ?></p>

    </body>
</html>
