{% extends "base.html" %} {% block page_name %} Review Attendees - {{ summit.title }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block sub_nav_links %}
  • Meeting
  • {% endblock %} {% block content %}

    {{ meeting.title }} Attendees

    {% for participant in participants %} {% endfor %}
    {{ participant.attendee.name }} Status: {{ participant.get_participation_display }}
    {% endblock %}