added more fields in send accommodation template. anoop
authoranoop
Fri, 30 Jul 2010 13:03:27 +0530
branchanoop
changeset 197 69186c3019e9
parent 196 fc5aa00eef42
child 198 bafcc5b5523e
added more fields in send accommodation template.
templates/send_acco_cnf.html
--- 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>