{% trans "Provide support for protocols like SAML and OAuth to assigned applications." %}
{% trans 'Name' %} | {% trans 'Type' %} | |
---|---|---|
{{ provider.name }}
{% if not provider.application %}
{% trans 'Warning: Provider not assigned to any application.' %}
{% else %}
{% blocktrans with app=provider.application %}
Assigned to application {{ app }}.
{% endblocktrans %}
{% endif %}
|
{{ provider|verbose_name }} | {% trans 'Edit' %} {% trans 'Delete' %} {% get_links provider as links %} {% for name, href in links.items %} {% trans name %} {% endfor %} {% get_htmls provider as htmls %} {% for html in htmls %} {{ html|safe }} {% endfor %} |