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 Selected but not Confirmed Ppl: {{selected_not_confirmed.count}}<br /> |
|
21 <table cellspacing=2 cellpadding=2> |
|
22 {% for m in selected_not_confirmed %} |
|
23 <tr> |
|
24 <td> <input type="checkbox" name="selected_users" value="{{m.id}}" id="id_selected_users_0" /> </td> |
|
25 <td> {{m}} </td> |
|
26 <td> {{m.gender}} </td> |
|
27 <td> {{m.profession}}</td> |
|
28 <td> {{m.affiliated_to}} </td> |
|
29 </tr> |
|
30 {% endfor %} |
|
31 </table> |
|
32 |
20 |
33 Rejected Ppl: {{rejected.count}}<br /> |
21 Rejected Ppl: {{rejected.count}}<br /> |
34 <table cellspacing=2 cellpadding=2> |
22 <table cellspacing=2 cellpadding=2> |
35 {% for m in rejected %} |
23 {% for m in rejected %} |
36 <tr> |
24 <tr> |
44 </table> |
32 </table> |
45 |
33 |
46 <input type=submit value="Send confirmation email" /> |
34 <input type=submit value="Send confirmation email" /> |
47 </form> |
35 </form> |
48 <br /><br /> |
36 <br /><br /> |
49 Selected and confirmed Ppl: {{selected_confirmed.count}}<br /> |
37 Selected Ppl: {{selected_confirmed.count}}<br /> |
50 <table cellspacing=2 cellpadding=2> |
38 <table cellspacing=2 cellpadding=2> |
51 {% for m in selected_confirmed %} |
39 {% for m in selected %} |
52 <tr> |
40 <tr> |
53 <td> {{m}} </td> |
41 <td> {{m}} </td> |
54 <td> {{m.gender}} </td> |
42 <td> {{m.gender}} </td> |
55 <td> {{m.profession}}</td> |
43 <td> {{m.profession}}</td> |
56 <td> {{m.affiliated_to}} </td> |
44 <td> {{m.affiliated_to}} </td> |