{# Variables - event #} {% set ip = event.extra.ipDetails %} {% if ip is object %} {% set details = ip.ipDetails %} {% if details.organization is defined and details.organization is not empty %} {{ details['organization'] }}
{% endif %} {% endif %}