{% load i18n %}
{% for item, value in items.items %} {{ item }}: {{ value }}
{% endfor %} {% trans 'Session' %}: {% trans 'view' %}
{% trans 'Command' %}:
{{ command }}