{% load i18n liveops %}

{% trans "Result" %}

{% if operation.result_context %} {% for key, value in operation.result_context|pairs %} {% endfor %}
{{ key }}{{ value }}
{% else %}

{% trans "Done." %}

{% endif %}