{% 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 %} {% endif %} {% endcomment %}
{% if object_list %}

{% trans "Your WebID Certificates" %}

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

{% 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." %}

{% else %}

{% trans "No WebID certs in your profile yet." %}

{% trans "You still don't have any WebID cert installed."%}

You can {% trans "create one." %}

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