{% extends "django_webid/provider/base.html" %} {% load i18n %} {% load uni_form_tags %} {% block head_title %}{% blocktrans %}WebID Cert Details{% endblocktrans %}{% endblock %} {% block extra_head %} {% endblock %} {% block body %} {% comment %} {% if messages %}
comment: {{ object.comment }}
{% endif %} {% if object.user_agent_string %}installed on browser: {{ object.user_agent_string }}
{% endif %}sha1:
{{ object.fingerprint_sha1 }}
{% comment %}
should split this too; but must remove : first
{% endcomment %}
sha256:
{{ object.fingerprint_sha256 }}
md5:
{{object.fingerprint_md5 }}
From: {{object.valid_from}}
Until: {{object.expires}}
Bits: {{object.pubkey.bits}}
Modulus:
{{object.pubkey.mod}}
Exponent:
{{object.pubkey.exp}}{% if object.pubkey.is_active %} {% endif %}