{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Manage OpenID" %} {% endblock %} {% load breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb_url 'Manage OpenID' 'manage_id' %} {% endblock %} {% block content %} {% if message %}
{% if nb_openids > 0 %} Manage your trusted site
{% else %}You have no OpenID account for the moment
{% endif %}