{% load wagtailadmin_tags i18n %} {% fragment as account_link %}{% trans 'account' %}{% endfragment %} {% dialog icon_name="keyboard" classname="w-keyboard-shortcuts" id="keyboard-shortcuts-dialog" title=_("Keyboard shortcuts") %} {% if not keyboard_shortcuts_enabled %} {% help_block status="warning" %}
{% blocktrans trimmed %} Keyboard shortcuts are currently disabled; manage your {{ account_link }} to enable them. {% endblocktrans %}
{% endhelp_block %} {% endif %}| {% trans "Section" %} | {% trans "Keyboard shortcut" %} |
|---|---|
| {{ category.1 }} | |
| {{ shortcut.0 }} | {{ shortcut.1 }} |
{% blocktrans trimmed %} Keyboard shortcuts are currently enabled; manage your {{ account_link }} to disable them. {% endblocktrans %}
{% endhelp_block %} {% endif %} {% enddialog %}