templates/send_workshop_confirm.html
branchanoop
changeset 101 9def10724853
parent 93 505989755cd8
equal deleted inserted replaced
100:17e35783c8d6 101:9def10724853
     6 <form action="" method=post>
     6 <form action="" method=post>
     7 <table cellspacing=2 cellpadding=2>
     7 <table cellspacing=2 cellpadding=2>
     8 {% for m in matches %}
     8 {% for m in matches %}
     9 <tr>
     9 <tr>
    10 <td> <input type="checkbox" name="selected_users" value="{{m.id}}" id="id_selected_users_0" /> </td>
    10 <td> <input type="checkbox" name="selected_users" value="{{m.id}}" id="id_selected_users_0" /> </td>
    11 <td> {{m.first_name}} </td>
    11 <td> {{m}} </td>
    12 <td> {{m.gender}} </td>
    12 <td> {{m.gender}} </td>
       
    13 <td> {{m.profession}}</td>
       
    14 <td> {{m.affiliated_to}} </td>
    13 </tr>
    15 </tr>
    14 {% endfor %}
    16 {% endfor %}
    15 </table>
    17 </table>
    16 <input type=submit value=send />
    18 <input type=submit value=send />
    17 </form>
    19 </form>