{% extends "base.html" %} {% block title %}{{ event.title }}: participants{% endblock %} {% block headers %} {% if event.parent %}
{{ participant.lastname }} {{ participant.firstname }}{% if participant.affiliation %} ({{ participant.affiliation }}){% endif %} |
No information available.
{% endif %} {% if admin_participants %}all: {{ admin_participants.count() }}, grant requested: {{ admin_participants.exclude(grant_state='no').count() }}, granted: {{ admin_participants.filter(grant_state='granted').count() }}, grant rejected: {{ admin_participants.filter(grant_state='rejected').count() }}
{% endif %} {% endblock %}