last commit was not full, made changes to send accommodation confirmation. anoop
authoranoop
Fri, 30 Jul 2010 13:08:32 +0530
branchanoop
changeset 198 bafcc5b5523e
parent 197 69186c3019e9
child 199 46482d03ef95
last commit was not full, made changes to send accommodation confirmation.
templates/send_acco_cnf.html
--- a/templates/send_acco_cnf.html	Fri Jul 30 13:03:27 2010 +0530
+++ b/templates/send_acco_cnf.html	Fri Jul 30 13:08:32 2010 +0530
@@ -21,6 +21,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>
@@ -35,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>