{% extends 'base.html' %} {% block title %} Send Accomodation Confirmation {% endblock %} {% block content %}
Dear so and so,

Your request for accomodation during Sage Days 25, India has been approved.
message:

Not Selected people: {{not_selected.count}}
{% for m in not_selected %} {% endfor %}
Select Name Sex Profession Organization Laptop Will sprint Already sprinted Allotment
{{m}} {{m.gender}} {{m.profession}} {{m.affiliated_to}} {% if m.participantinfo_set.get.has_laptop_for_sagedays %} Yes {% else %} No {% endif %} {% ifequal m.participantinfo_set.get.will_sprint '1' %} No {% else %}{% ifequal m.participantinfo_set.get.will_sprint '2' %} May be {% else %} Yes {% endifequal %}{% endifequal %} {% if m.participantinfo_set.get.sprinted_already %} Yes {% else %} No {% endif %} {% ifequal m.registrantinfo_set.get.acco_location '0' %} IITB Hostel {% else %}{% ifequal m.registrantinfo_set.get.acco_location '1' %} IITB Guest House {% else %}{% ifequal m.registrantinfo_set.get.acco_location '2' %} NITIE {% else %} Not alloted {% endifequal %}{% endifequal %}{% endifequal %}

Rejected People: {{rejected.count}}
{% for m in rejected %} {% endfor %}
Name Sex Profession Organization Laptop Will sprint Already sprinted Allotment
{{m}} {{m.gender}} {{m.profession}} {{m.affiliated_to}} {% if m.participantinfo_set.get.has_laptop_for_sagedays %} Yes {% else %} No {% endif %} {% ifequal m.participantinfo_set.get.will_sprint '1' %} No {% else %}{% ifequal m.participantinfo_set.get.will_sprint '2' %} May be {% else %} Yes {% endifequal %}{% endifequal %} {% if m.participantinfo_set.get.sprinted_already %} Yes {% else %} No {% endif %} {% ifequal m.registrantinfo_set.get.acco_location '0' %} IITB Hostel {% else %}{% ifequal m.registrantinfo_set.get.acco_location '1' %} IITB Guest House {% else %}{% ifequal m.registrantinfo_set.get.acco_location '2' %} NITIE {% else %} Not alloted {% endifequal %}{% endifequal %}{% endifequal %}


Selected People: {{selected_confirmed.count}}
{% for m in selected %} {% endfor %}
Name Sex Profession Organization Laptop Will sprint Already sprinted Allotment
{{m}} {{m.gender}} {{m.profession}} {{m.affiliated_to}} {% if m.participantinfo_set.get.has_laptop_for_sagedays %} Yes {% else %} No {% endif %} {% ifequal m.participantinfo_set.get.will_sprint '1' %} No {% else %}{% ifequal m.participantinfo_set.get.will_sprint '2' %} May be {% else %} Yes {% endifequal %}{% endifequal %} {% if m.participantinfo_set.get.sprinted_already %} Yes {% else %} No {% endif %} {% ifequal m.registrantinfo_set.get.acco_location '0' %} IITB Hostel {% else %}{% ifequal m.registrantinfo_set.get.acco_location '1' %} IITB Guest House {% else %}{% ifequal m.registrantinfo_set.get.acco_location '2' %} NITIE {% else %} Not alloted {% endifequal %}{% endifequal %}{% endifequal %}
{% endblock %}