equal
deleted
inserted
replaced
42 {% else %} |
42 {% else %} |
43 No |
43 No |
44 {% endif %} |
44 {% endif %} |
45 </td> |
45 </td> |
46 <td> |
46 <td> |
47 {% if m.participantinfo_set.get.will_sprint == '1' %} |
47 {% ifequal m.participantinfo_set.get.will_sprint '1' %} |
48 No |
48 No |
49 {% else %}{% if m.participantinfo_set.get.will_sprint == '2' %} |
49 {% else %}{% ifequal m.participantinfo_set.get.will_sprint '2' %} |
50 May be |
50 May be |
51 {% else %} |
51 {% else %} |
52 Yes |
52 Yes |
53 {% endif %}{% endif %} |
53 {% endifequal %}{% endifequal %} |
54 </td> |
54 </td> |
55 <td> |
55 <td> |
56 {% if m.participantinfo_set.get.sprinted_already %} |
56 {% if m.participantinfo_set.get.sprinted_already %} |
57 Yes |
57 Yes |
58 {% else %} |
58 {% else %} |
59 No |
59 No |
60 {% endif %} |
60 {% endif %} |
61 </td> |
61 </td> |
62 <td> |
62 <td> |
63 {% if m.registrantinfo_set.get.acco_location == '0' %} |
63 {% ifequal m.registrantinfo_set.get.acco_location '0' %} |
64 IITB Hostel |
64 IITB Hostel |
65 {% else %}{% if m.registrantinfo_set.get.acco_location == '1' %} |
65 {% else %}{% ifequal m.registrantinfo_set.get.acco_location '1' %} |
66 IITB Guest House |
66 IITB Guest House |
67 {% else %}{% if m.registrantinfo_set.get.acco_location == '2' %} |
67 {% else %}{% ifequal m.registrantinfo_set.get.acco_location '2' %} |
68 NITIE |
68 NITIE |
69 {% else %} |
69 {% else %} |
70 Not alloted |
70 Not alloted |
71 {% endif %}{% endif %}{% endif %} |
71 {% endifequal %}{% endifequal %}{% endifequal %} |
72 </td> |
72 </td> |
73 </tr> |
73 </tr> |
74 {% endfor %} |
74 {% endfor %} |
75 </table> |
75 </table> |
76 <br /> |
76 <br /> |
103 {% else %} |
103 {% else %} |
104 No |
104 No |
105 {% endif %} |
105 {% endif %} |
106 </td> |
106 </td> |
107 <td> |
107 <td> |
108 {% if m.participantinfo_set.get.will_sprint == '1' %} |
108 {% ifequal m.participantinfo_set.get.will_sprint '1' %} |
109 No |
109 No |
110 {% else %}{% if m.participantinfo_set.get.will_sprint == '2' %} |
110 {% else %}{% ifequal m.participantinfo_set.get.will_sprint '2' %} |
111 May be |
111 May be |
112 {% else %} |
112 {% else %} |
113 Yes |
113 Yes |
114 {% endif %}{% endif %} |
114 {% endifequal %}{% endifequal %} |
115 </td> |
115 </td> |
116 <td> |
116 <td> |
117 {% if m.participantinfo_set.get.sprinted_already %} |
117 {% if m.participantinfo_set.get.sprinted_already %} |
118 Yes |
118 Yes |
119 {% else %} |
119 {% else %} |
120 No |
120 No |
121 {% endif %} |
121 {% endif %} |
122 </td> |
122 </td> |
123 <td> |
123 <td> |
124 {% if m.registrantinfo_set.get.acco_location == '0' %} |
124 {% ifequal m.registrantinfo_set.get.acco_location '0' %} |
125 IITB Hostel |
125 IITB Hostel |
126 {% else %}{% if m.registrantinfo_set.get.acco_location == '1' %} |
126 {% else %}{% ifequal m.registrantinfo_set.get.acco_location '1' %} |
127 IITB Guest House |
127 IITB Guest House |
128 {% else %}{% if m.registrantinfo_set.get.acco_location == '2' %} |
128 {% else %}{% ifequal m.registrantinfo_set.get.acco_location '2' %} |
129 NITIE |
129 NITIE |
130 {% else %} |
130 {% else %} |
131 Not alloted |
131 Not alloted |
132 {% endif %}{% endif %}{% endif %} |
132 {% endifequal %}{% endifequal %}{% endifequal %} |
133 </td> |
133 </td> |
134 </tr> |
134 </tr> |
135 {% endfor %} |
135 {% endfor %} |
136 </table> |
136 </table> |
137 |
137 |
162 {% else %} |
162 {% else %} |
163 No |
163 No |
164 {% endif %} |
164 {% endif %} |
165 </td> |
165 </td> |
166 <td> |
166 <td> |
167 {% if m.participantinfo_set.get.will_sprint == '1' %} |
167 {% ifequal m.participantinfo_set.get.will_sprint '1' %} |
168 No |
168 No |
169 {% else %}{% if m.participantinfo_set.get.will_sprint == '2' %} |
169 {% else %}{% ifequal m.participantinfo_set.get.will_sprint '2' %} |
170 May be |
170 May be |
171 {% else %} |
171 {% else %} |
172 Yes |
172 Yes |
173 {% endif %}{% endif %} |
173 {% endifequal %}{% endifequal %} |
174 </td> |
174 </td> |
175 <td> |
175 <td> |
176 {% if m.participantinfo_set.get.sprinted_already %} |
176 {% if m.participantinfo_set.get.sprinted_already %} |
177 Yes |
177 Yes |
178 {% else %} |
178 {% else %} |
179 No |
179 No |
180 {% endif %} |
180 {% endif %} |
181 </td> |
181 </td> |
182 <td> |
182 <td> |
183 {% if m.registrantinfo_set.get.acco_location == '0' %} |
183 {% ifequal m.registrantinfo_set.get.acco_location '0' %} |
184 IITB Hostel |
184 IITB Hostel |
185 {% else %}{% if m.registrantinfo_set.get.acco_location == '1' %} |
185 {% else %}{% ifequal m.registrantinfo_set.get.acco_location '1' %} |
186 IITB Guest House |
186 IITB Guest House |
187 {% else %}{% if m.registrantinfo_set.get.acco_location == '2' %} |
187 {% else %}{% ifequal m.registrantinfo_set.get.acco_location '2' %} |
188 NITIE |
188 NITIE |
189 {% else %} |
189 {% else %} |
190 Not alloted |
190 Not alloted |
191 {% endif %}{% endif %}{% endif %} |
191 {% endifequal %}{% endifequal %}{% endifequal %} |
192 </td> |
192 </td> |
193 </tr> |
193 </tr> |
194 {% endfor %} |
194 {% endfor %} |
195 </table> |
195 </table> |
196 |
196 |