<div class="wizard clearfix vertical">
    <div class="steps clearfix">
        <ol>
            <li class="done">[% lh.maketext("Select your service") %]</li>
            <li class="done">[% lh.maketext("Select your email address") %]</li>
            <li class="current">[% lh.maketext("Complete email challenge") %]</li>
        </ol>
    </div>

    <div class="content clearfix">
        <h2>[% lh.maketext("Complete email challenge") %]</h2>
        <p>
            [% lh.maketext("An email challenge including a validation token has been emailed to you at [_1].", email) %]
            [% lh.maketext("Please copy and paste the validation token in the form below to proof that you are administrator of this service.") %]
        </p>
        <form action="[% env.SCRIPT_NAME %]" method="get">
            <label for="token">[% lh.maketext("Please provide the validation token here:") %]</label>
            <input name="token" value="" id="token" type="text" class="required error"/>
            <input type="hidden" name="entityid" value="[% entityid %]"/>
            <input type="hidden" name="email" value="[% email %]"/>
            <button class="button" type="submit" name="action" value="select_email">[% lh.maketext("Previous") %]</button>
            <button class="button" type="submit" name="action" value="create_accounts">[% lh.maketext("Next") %]</button>
        </form>
    </div>
</div>