{% extends "base.html" %} {% load static %} {% block content %}

Trusted Authorities

{% for authority, hash in authorities_with_hashes %} {% endfor %}
Name Public Key Action
{{ authority.name }} {{ hash }}
{% csrf_token %}

Add New Authority

{% csrf_token %} {{ form.as_p }}
{% endblock %}