{% if phantom['mainProps'] is not none %}
{% for mainProp in phantom['mainProps'] %}
{{ mainProp['attributeName'] }}
{{ mainProp['attributeValue'] }}
{% endfor %}
{% endif %}
{% if phantom['subProps'] is not none %}
{% for subProp in phantom['subProps'] %}
{{ subProp['attributeName'] }}
{{ subProp['attributeValue'] }}
{% endfor %}
{% endif %}