{% load i18n %} {% comment %} Read-only cheat-sheet rendered into the standard conjunto settings section pane. Reads bindings from cj_layout (already injected by the globals context processor) so we don't run the registry twice. {% endcomment %}

{% blocktranslate %} The keys below are configured by the system or your tenant administrator. Press ? anywhere in the application to open the same overview as a modal. {% endblocktranslate %}

{% if cj_layout.shortcuts.bindings %} {% for b in cj_layout.shortcuts.bindings %} {% endfor %}
{% translate "Action" %} {% translate "Activation" %} {% translate "Key" %}
{{ b.id }} {{ b.scope }} {% for step in b.key.split %} {{ step }}{% if not forloop.last %} then {% endif %} {% endfor %}
{% else %}

{% translate "No keyboard shortcuts active" %}

{% translate "No plugin has registered shortcut actions yet." %}

{% endif %}