{% extends "_layout.html" %} {% block title %}Applications{% endblock %} {% block content %}
{% for p in providers %}
{{ p.display_name }}
{{ p.auth_type_label }}
{% endfor %}
Connection name

Default already exists for this provider. Choose a new connection name to continue.

{% endblock %}