{% extends 'layout.html' %} {% set breadcrumbs = breadcrumb_page('admin') + breadcrumb_page('admin_users') + [('#', form.username.data)] %} {% block content %}
{# Repos #}| {% trans %}Repository{% endtrans %} | {% trans %}Last backup{% endtrans %} | {% trans %}Status{% endtrans %} | {% trans %}Actions{% endtrans %} |
|---|---|---|---|
|
{{ repo.display_name }}
{{ repo.full_path.decode(errors='replace') }}
|
{# Last backup date #}
|
{# Status #}
|
{# Action #}
|
| {% trans %}No repositories yet{% endtrans %} | |||
| {% trans %}Title{% endtrans %} | {% trans %}Type{% endtrans %} | {% trans %}Fingerprint{% endtrans %} | {% trans %}Added{% endtrans %} | {% trans %}Actions{% endtrans %} |
|---|---|---|---|---|
| {{ key.comment }} | {# Type #}{{ key.keytype }} | {# Fingerprint #}
{{ key.fingerprint }}
|
{# Added #}
|
{# Action #}
|
| {% trans %}No SSH keys added yet{% endtrans %} | ||||
| {% trans %}Name{% endtrans %} | {% trans %}Created{% endtrans %} | {% trans %}Last used{% endtrans %} | {% trans %}Expires{% endtrans %} | {% trans %}Scopes{% endtrans %} | {% trans %}Actions{% endtrans %} |
|---|---|---|---|---|---|
| {{ token.name }} | {# Created #}
|
{# Last used #}
|
{# Expires #}
|
{# Scopes #}
{% set scope_table = dict(token_form.scope.choices) %} {%- for s in token.scope -%} {% set scope_label = scope_table.get(s, s).split(' - ')[0] %} {% set scope_help = scope_table.get(s, s).split(' - ')[1] %} {{ scope_label }} {%- else -%} {% trans %}Default access{% endtrans %} {%- endfor -%} | {# Action #}
|
| {% trans %}No access token yet{% endtrans %} | |||||