{% load i18n %}
{% if system_context|length > 0%} {% for key, value in system_context.items %} {% if new_line in value %}
{{ key }}:
{{ value }}
{% else %}
{{ key }}: {{ value }}
{% endif %} {% endfor %} {% else %}
{% trans "There are no system defined variables available right now." %}
{% endif %}
{{system_context|json_script:"system_context"}}