{% extends "base.html" %} {% block title %}Afterlife: {{ person.canonical_email or person.identities[0].source_id }}{% endblock %} {% block content %}
| Source | Type | ID | Scopes | Status |
|---|---|---|---|---|
| {{ c.source }} | {{ c.credential_type }} | {{ c.credential_id }} | {% if c.scopes %} {% for s in c.scopes[:3] %}{{ s }}{% endfor %} {% if c.scopes|length > 3 %}+{{ c.scopes|length - 3 }}{% endif %} {% else %} - {% endif %} | {% if c.is_active %}active{% else %}inactive{% endif %} |
{{ f.description }}
{% if f.suggested_remediation %}{{ f.suggested_remediation }}
{% endif %}