{% load i18n %} {% if user.id %}
{% trans "Shortcuts" %}: <Shift> + h - {% trans "more shortcuts" %}
{% endif %}
{% trans 'This is' %} Inhouse-Web {% if debug and counter %}

Request: {{ counter }}

{% endif %}