{% 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." %}
{% trans 'Name' %} | {% trans 'Type' %} | {% trans 'Additional Info' %} | |
---|---|---|---|
{{ source.name }}
{% if not source.enabled %}
{% trans 'Disabled' %}
{% endif %}
|
{{ source|fieldtype }} | {{ source.ui_additional_info|default:""|safe }} | {% trans 'Edit' %} {% trans 'Delete' %} {% get_links source as links %} {% for name, href in links %} {% trans name %} {% endfor %} |