<div dir="ltr"><div>Does template toolkit provide of any sort of way to iterate a query results like below but to also allow a space to the right (like an addon) for user to type in text? So that I would have:<br><br></div>[checkbox] [table columns] [small text area]<br><div><div>I have been struggling with how to go about this for about a day and I believe it is beyond my pay-grade.<br><div><div><br></div><div>I feel like I am close but have been stuck for so long that I am beginning to question if I am going about this entirely the wrong way and that perhaps there is an easier TT method.<br></div><div><br><div class="container" style="margin-top:20px;"><br>  <div class="row"><br>    <div class="col-xs-12"><br>          <form role="form" action="openchallenges" method="POST"><br>            <h3 class="text-center">Open To Do</h3><br>            <div class="well" style="max-height: 300px;overflow: auto;"><br>                <ul class="list-group">    <!-- <ul class="list-group checked-list-box"> -->   <br>             <table style="width:100%">  <br>                <% FOREACH ID IN Chlngs.keys.sort %><br>                <tr class="list-group-item"><br>                 <td width="5"> <input type="checkbox" name="<% Chlngs.$<a href="http://ID.ID">ID.ID</a> %>"</input> </td><br>                  <td width="70"><% Chlngs.$ID.SNAME %></td> <br>                  <td width="75"><% Chlngs.$ID.ANAME %></td><br>                  <td width="35"><% Chlngs.$ID.SSN %></td> <br>                  <td width="35"><% Chlngs.$ID.YR %></td><br>                  <td width="250"><% Chlngs.$ID.CHNAME %></td><br>                  <td width="550"><% Chlngs.$ID.DESCRIP %></td><br>                  <% END %><br>                </tr><br>            </ul><br>        </table>            <br>        </div><br>    <hr class="colorgraph"><br>    <div class="row"><br>    <div class="col-xs-12 col-md-12"><input type="submit" value="Submit" class="btn btn-primary btn-block btn-lg"></div><br>    </form><br>    </div><br>  </div><br></div><br><br></div><div>Thanks,<br><br></div><div>Richard<br></div></div></div></div></div>