{% extends "base.html" %} {# Copyright The IETF Trust 2024, All Rights Reserved #} {% load origin %} {% block title %}Bluesheet for {{session}}{% endblock %} {% block content %} {% origin %}

Attendance for {{session}}

This list will be used to generate the official bluesheet for this session. {% if can_add %}
If you attended this session, you can use the "I was there" button at the bottom to add yourself. {% endif %} {% if was_there %}
If the affiliation listed here needs to be updated, request the change using support@ietf.org. Note which sessions you are wanting to change in your request. {% endif %}

{{ data|length }} attendees.

{% for item in data %} {% endfor %}
Name Affiliation
{{ item.name }} {{ item.affiliation }}
{% if can_add %}
{% csrf_token %}
{% endif %} {% endblock %}