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

{{ context.verb }}

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

{{ context.action_object }}

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

{{ context.actor_object }}

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

{{ context.target }}

{% endif %}