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

{% trans "Sources" %}

{% trans "External Sources which can be used to get Identities into passbook, for example Social Providers like Twiter and GitHub or Enterprise Providers like ADFS and LDAP." %}

{% for source in object_list %} {% endfor %}
{% trans 'Name' %} {% trans 'Class' %} {% trans 'Additional Info' %}
{{ source.name }} {{ source|fieldtype }} {{ source.additional_info|safe }} {% trans 'Edit' %} {% trans 'Delete' %} {% get_links source as links %} {% for name, href in links %} {% trans name %} {% endfor %}
{% endblock %}