{% extends "base.html" %} {% block title %}{{ subject }} — {{ t('access.title') }} — painfree{% endblock %} {% block body %}
{{ subject }}{{ t('subject.lede') }}
{% if granted == 'oversight' %}{{ t('subject.granted_oversight') }}
{% elif granted %}{{ t('subject.granted') }} {{ granted }}.
{{ t('subject.revoked_oversight') }}
{% elif revoked %}{{ t('subject.revoked') }} {{ revoked }}. {{ t('subject.revoked_when') }}
{{ t('subject.holds_oversight') }} {{ oversight.granted_by }},
{{ oversight.created_at | moment }}.
{{ oversight_scopes | join(', ') }}
{% else %}{{ t('subject.oversight_offer') }}
{{ oversight_scopes | join(', ') }}
{% endif %}| {{ t('common.connection') }} | {{ t('subject.level') }} | {{ t('subject.carries') }} | {{ t('subject.granted_by') }} | {{ t('subject.since') }} | |
|---|---|---|---|---|---|
{{ grant.connection_id }} |
{{ grant.level.value }} | {{ grant.scopes() | join(', ') }} | {{ grant.granted_by }} |
{{ grant.created_at | moment }} |
{{ t('subject.holds_nothing') }}{% if not oversight %} {{ t('subject.holds_nothing_tail') }}{% endif %}
{% endif %}{{ t('access.no_connections') }}
{% endif %}