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

{% trans "This may take some minutes. Please wait..." %}

{% trans "Your certificate has been installed." %}

{% trans "It looks like you already have created some other cert. Do you really want to create a new one?" %}

{% trans "Installing a WebID Certificate in your Browser" %}

After clicking the "Give me a cert!" button, a certificate will be created and installed in your browser. This certificate will point to your WebID URI on this site, and you'll be able to use it to login in any WebID-enabled site.

{% comment %} {% endcomment %}

How should this cert installation step look like? (help links with screenshots)

{#% include "django_webid/provider/webid_intro.html" %#}
{% csrf_token %}
{% if HIDE_KEYGEN_FORM %}

Automatic WebID installation

{% endif %} {# XXX move image to css #} {% endblock %} {% block extra_body %} {% endblock %}