Authorization Status

{% for item in info %} {% if item.authorized %} {% else %} {% endif %} {% if "auth_method" in item %} {% if current_user.is_authenticated %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}

Name

Status

Authorize

{{ item.name }}

 Authorized        Not Authorized N / A