{% extends "webwhois/block_main.html" %} {% load i18n %} {% block title %}{% trans "Keyset" %} {{ handle }} - {{ block.super }}{% endblock %} {% block webwhois_header %} {{ block.super }}

{% trans "Key set details" %}

{% endblock webwhois_header %} {% block webwhois_content %} {% include "webwhois/include/keyset_detail.html" %} {% url "webwhois:record_statement_pdf" object_type="keyset" handle=keyset.detail.keyset_handle as record_statement_pdf_url %} {% include "webwhois/include/record_statement_link.html" %} {% endblock webwhois_content %}