{% extends "admin/base_site.html" %} {% load i18n %} {% block extrahead %} {% endblock %} {% block title %}Revoke multiple certificates{% endblock %} {% block breadcrumbs %} {% if message %} {% endif %} {% endblock %} {% block content_title %}

Certificate revocation

{% endblock %} {% block content %}

{% if parent_list %} These are the certificates that will be revoked: {% regroup parents by parent as parent_list %}

{% for p in parent_list %} {% if not forloop.last %}
{% endif %} {% endfor %}
{% endif %} {% for i in errors %} {% endfor %} {% if form %}

Please enter the passphrase for the signing CA:

{{ form.as_p }}

{% endif %} {% endblock %}