{% if "verb" in context and context.verb != None %}

verb: {{ context.verb }}

{% endif %} {% if "action_object" in context and context.action_object != None %}

action_object: {{ context.action_object }}

{% endif %} {% if "actor_object" in context and context.actor_object != None %}

actor_object: {{ context.actor_object }}

{% endif %} {% if "target" in context and context.target != None %}

target: {{ context.target }}

{% endif %} {% if "created_by_test_function" in context and context.created_by_test_function != None %}

{{ context.created_by_test_function }}

{% endif %}