{% extends 'base.html' %} {% block title %} Send Event Participation Confirmation {% endblock %} {% block content %}
Not Selected ppl:
{% for m in not_selected %} {% endfor %}
{{m}} {{m.gender}} {{m.profession}} {{m.affiliated_to}}

Not Confirmed Ppl:
{% for m in not_confirmed %} {% endfor %}
{{m}} {{m.gender}} {{m.profession}} {{m.affiliated_to}}
Attending Ppl:
{% for m in attending %} {% endfor %}
{{m}} {{m.gender}} {{m.profession}} {{m.affiliated_to}}
{% endblock %}