{% if not visitorData %}
{{ 'CoreHome_ThereIsNoDataForThisReport'|translate }}
{% else %}
{{ visitorData.visitorDescription|default('') }}
{% if visitorData.previousVisitorId is not empty %}{% endif %}

{%- if visitorData.userId is empty %} {{ 'Live_VisitorProfile'|translate }} {%- else %} {{ visitorData.userId|rawSafeDecoded }} {% endif -%}

{% if visitorData.nextVisitorId is not empty %}{% endif %}
{{ 'General_Id'|translate|upper }} {% if widgetizedLink is defined %}{% endif %} {{ visitorData.visitorId }} {%- if widgetizedLink is defined %}{% endif %}
{{ postEvent('Live.renderVisitorIcons', visitorData.lastVisits|first) }}
{{ profileSummary|raw }} {{ postEvent('Template.afterVisitorProfileOverview') }}
    {% include "@Live/getVisitList.twig" with {'visits': visitorData.lastVisits, 'startCounter': visitorData.totalVisits} %}
{% if visitorData.lastVisits.getRowsCount() >= constant("Piwik\\Plugins\\Live\\VisitorProfile::VISITOR_PROFILE_MAX_VISITS_TO_SHOW") %} {{ 'Live_LoadMoreVisits'|translate }} {% else %} {% if visitorData.hasMoreVisits %} {{ 'Live_LimitedVisitsShown'|translate('' ~ visitorData.totalVisits ~ '')|raw }} {% else %} {{ 'Live_NoMoreVisits'|translate }} {% endif %} {% endif %}
{% endif %}