Name |
Status |
Authorize |
{% for item in info %}
|||
---|---|---|---|---|---|
{{ item.name }} |
{% if item.authorized %}
Authorized | {% else %}Not Authorized | {% endif %} {% if "auth_method" in item %} {% if current_user.is_authenticated %}{% else %} | {% endif %} {% else %} | N / A | {% endif %}