{% extends 'base.html' %}
{% block title %}
Send Accomodation Confirmation
{% endblock %}
{% block content %}
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 %} |