{% extends "polls/event_detail_base.html" %}
{% load staticfiles %}
{% load bootstrap3 %}
{% block event_nav_launch %}active{% endblock %}
{% block event_content %}
Trustee Keys Received: {{ event.trustee_keys.count }} / {{ event.users_trustees.count }}
Human-readable Event ID: {{ event.EID_hr }}
Group Param ID: {{ event.EID_crypto }}
Public key: {{ event.public_key }}
{% endblock %}