{% macro customVar(id, customVariable) %} {% set name='customVariableName' ~ id %} {% set value='customVariableValue' ~ id %}
  • {{ customVariable[name]|truncate(30) }}{% if customVariable[value]|length > 0 %}{{ customVariable[value]|truncate(50) }}{% endif %}
  • {% endmacro %} {% import _self as macros %} {% if showLocation|default(false) %}
     {% if visitData.city is not empty %}{{ visitData.city }}{% else %}{{ visitData.country }}{% endif %}
    {% endif %}
    {% if visitData.customVariables|length > 4 %}

    {% endif %}