templates/send_acco_cnf.html
branchanoop
changeset 197 69186c3019e9
parent 178 f87248c912b4
child 198 bafcc5b5523e
--- a/templates/send_acco_cnf.html	Thu Jul 29 17:56:15 2010 +0530
+++ b/templates/send_acco_cnf.html	Fri Jul 30 13:03:27 2010 +0530
@@ -50,6 +50,21 @@
 <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>
+<td>
+{% if m.participantinfo_set.all.0.sprinted_already %}
+True
+{% else %}
+False
+{% endif %}
+</td>
 </tr>
 {% endfor %}
 </table>