{% extends "base.html" %} {% block title %}Gnomenall Forte | Senate{% endblock %} {% block content %} {% if vault_state.state != 'UNLOCKED' %} LOCKED {{ t('senate.locked_title') }}. {{ t('senate.locked_hint') }} {% endif %} {{ t('senate.title') }} {{ t('senate.subtitle') }} {% if is_senator %} {{ t('senate.status_senator') }} {% elif has_application %} {{ t('senate.status_applied') }} {% else %} {{ t('senate.actions.apply') }} {% endif %} {{ t('senate.sections.seal') }} {{ t('senate.seal.subtitle') }} {{ t('senate.seal.copy_scs_card') }} {{ t('senate.seal.scs_card_hint') }} {{ t('senate.seal.counterpart_pub') }} {{ t('senate.seal.scs_card_input') }} ⤓ {{ t('senate.seal.refusal_hash') }} {{ t('base.actions.copy') }} {{ t('senate.seal.seal_salt') }} {{ t('senate.seal.exchange_salt') }} {{ t('senate.seal.passphrase') }} {{ t('senate.seal.payload') }} ⧉ {{ t('senate.seal.invite') }} {{ t('senate.seal.refusal') }} {{ t('senate.seal.keyshare') }} {{ t('senate.seal.apply') }} {{ t('senate.sections.messages') }} {{ t('senate.scs.label') }} {{ t('senate.actions.send') }} {{ t('senate.scs_inbox.title') }} {{ t('senate.scs_inbox.subtitle') }} {{ t('senate.scs_inbox.empty') }} {{ t('senate.actions.refresh') }} {{ t('senate.sections.add') }} {{ t('senate.form.public_key') }} {{ t('senate.form.alias') }} {{ t('senate.form.weight') }} {{ t('senate.actions.add') }} {{ t('senate.active_format') | replace('{count}', senators|length|string) }} {% if senators %} {% for senator in senators %} {{ senator.alias or t('senate.fields.unknown') }} {{ t('senate.fields.weight') }}: {{ senator.get('weight', 1) }} {{ t('senate.fields.added') }}: {{ senator.added_at }} {{ t('senate.actions.remove') }} {% endfor %} {% else %} {{ t('senate.empty') }} {% endif %} {% endblock %} {% block scripts %} {% endblock %}
{{ t('senate.subtitle') }}
{{ t('senate.seal.subtitle') }}