{% extends "administration/base.html" %} {% load i18n %} {% load utils %} {% load admin_reflection %} {% block title %} {% title %} {% endblock %} {% block content %}

{% trans "Providers" %}

{% trans "Authentication Protocol Provider, used as Protocol behind an Application." %}

{% for provider in object_list %} {% endfor %}
{% trans 'Name' %} {% trans 'Class' %}
{{ provider.name }} {{ provider|fieldtype }} {% trans 'Edit' %} {% trans 'Delete' %} {% get_links provider as links %} {% for name, href in links.items %} {% trans name %} {% endfor %}
{% endblock %}