{% extends "bases/bootstrap-with-nav.html" %} {% load staticfiles %} {% load bootstrap3 %} {% block sk-file-name %}{{ event.title|safe }}{% endblock %} {% block content %}

Trustee Event Decryption for Event '{{ event.title }}'


Upload your Secret Key as '{{ user_email }}'

Encrypted Event Data
{% csrf_token %} {% for opts_ciphers in poll_ciphers %} {% for cipher in opts_ciphers %}
{% endfor %}
{% endfor %}
{% endblock %}