{% extends "django_webid/provider/base.html" %} {% load i18n %} {% load uni_form_tags %} {% block head_title %}{% blocktrans %}WebID Certs List{% endblocktrans %}{% endblock %} {% block extra_head %} {% endblock %} {% block body %} {% if messages %} {% endif %}

{% trans "Your WebID Certificates" %}

{# FIXME handle case with 0 certificates --> link to install one #}

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.

{% endblock %} {% block extra_body %} {% endblock %}