{% extends "base.html" %} {% block title %}{{ t('access.title') }} — painfree{% endblock %} {% block body %}
{{ t('access.lede') }}
{{ t('access.lede_no_user_list') }}
{{ t('access.lede_oversight') }}
{% if oversight %}{{ t('access.oversight_why') }}
{{ row.subject }}
{% if row.display_name %}({{ row.display_name }}){% endif %}{{ t('access.ungranted_why') }}
{{ row.subject }}
{% if row.display_name %}({{ row.display_name }}){% endif %}| {{ t('access.subject') }} | {{ t('access.name') }} | {{ t('access.last_seen') }} | {{ t('access.access') }} |
|---|---|---|---|
{{ row.subject }} |
{{ row.display_name or '—' }} | {{ row.last_seen_at | moment }} |
{% if row.oversight %}
oversight {{ t('access.every_connection_readonly') }}{% if row.grants %} {% endif %} {% endif %} {% if row.grants %} {% for grant in row.grants %} {{ grant.connection_id }}
{{ grant.level.value }}{% if not loop.last %}{% endif %} {% endfor %} {% elif not row.oversight %} {{ t('access.none') }} {% endif %} |
{{ t('access.nobody') }}
{% endif %}{{ t('access.other_way_round') }}
{% if connections %}{{ row.connection_id }}{{ t('access.no_connections') }}
{% endif %}