{% extends "django_webid/provider/base.html" %} {% load i18n %} {% load uni_form_tags %} {% comment %} porting this here from dev; very useful! {% endcomment %} {% load humanize %} {% block head_title %}{% blocktrans %}WebID Certs List{% endblocktrans %}{% endblock %} {% block extra_head %} {% endblock %} {% block body %} {% comment %} {% if messages %}
{% trans "These below are all the valid certificates that you have installed (in any of your browsers). You can click on them to see more details, or click revoke if you no longer want to be able to use either of them." %}
{% if cert.comment %}{{ cert.comment }}{% else %}sha1: {{ cert.fingerprint_sha1 }}{% endif %}
{% trans "VALID FROM" %}: {{ cert.valid_from|naturalday}} {% trans "UNTIL" %}: {{ cert.expires|naturalday }} revoke{% trans "You still don't have any WebID cert installed."%}
You can {% trans "create one." %}
{% endif %}