equal
deleted
inserted
replaced
15 <td> {{m.affiliated_to}} </td> |
15 <td> {{m.affiliated_to}} </td> |
16 </tr> |
16 </tr> |
17 {% endfor %} |
17 {% endfor %} |
18 </table> |
18 </table> |
19 <br /> |
19 <br /> |
20 Not Confirmed Ppl: <br /> |
20 Selected but not Confirmed Ppl: <br /> |
21 <table cellspacing=2 cellpadding=2> |
21 <table cellspacing=2 cellpadding=2> |
22 {% for m in not_confirmed %} |
22 {% for m in not_confirmed %} |
23 <tr> |
23 <tr> |
24 <td> <input type="checkbox" name="selected_users" value="{{m.id}}" id="id_selected_users_0" /> </td> |
24 <td> <input type="checkbox" name="selected_users" value="{{m.id}}" id="id_selected_users_0" /> </td> |
25 <td> {{m}} </td> |
25 <td> {{m}} </td> |