{% extends "base.html" %} {% block title %}Admin · SubmitStream{% endblock %} {% block content %}

Admin

{% if error %}

{{ error }}

{% endif %} {% if new_link %}
Access granted. {% if invited %}We emailed them a "Sign in with BW" link.{% else %}No email sent — send them this sign-in link yourself:{% endif %} They sign in at {{ new_link }} with their BW account.

If they don't have a BW account yet, create one with srv-gw id-user-create --name … --email … (owner only).

{% endif %}

Create form

Create user

{% for f in forms %} {% endfor %}
FormKeyCreated byRecipientsActive
{{ f['name'] }} · settings {{ f['public_key'] }} {{ f['client_name'] or '—' }} {{ f['notify_recipients'] or '(none)' }} {% if f['active'] %}✓{% else %}✗{% endif %}
{% for c in clients %} {% endfor %}
UserEmailRoleLast login
{{ c['name'] }} {{ c['email'] }} {{ c['role'] }} {{ c['last_login_at'] or 'never' }} {% if c['role'] != 'admin' %}
·
{% endif %}
{% endblock %}