author | nishanth |
Wed, 21 Jul 2010 12:17:20 +0530 | |
branch | anoop |
changeset 147 | 76935f280a4d |
parent 146 | a18ba6b30c43 |
child 148 | f986e4fee615 |
--- a/templates/send_sgd_cnf.html Tue Jul 20 13:18:40 2010 +0530 +++ b/templates/send_sgd_cnf.html Wed Jul 21 12:17:20 2010 +0530 @@ -41,6 +41,14 @@ <td> {{m.gender}} </td> <td> {{m.profession}}</td> <td> {{m.affiliated_to}} </td> +<td> +{% if m.participantinfo_set.all.0.has_laptop_for_sagedays %} +True +{% else %} +False +{% endif %} +</td> +<td> {{m.participantinfo_set.all.0.will_sprint}}</td> </tr> {% endfor %} </table>