Context
{% if
serialize_context_exportable_obj
and test.serialized_context %}
{% if test.serialized_context is
mapping %} {% for key, value in
test.serialized_context.items()
%}
{{ key }}:
{% if value is mapping and
value.type == 'image' %}

{% else %}
{{ value }}
{% endif %}
{% endfor %} {% else %}
{{ test.serialized_context
}}
{% endif %} {% else %}
{{ test.result.context }}
{% endif %}