HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.circ/plugins/CoreHome/templates/getDefaultIndexView.twig
{% extends "dashboard.twig" %}
{% import 'ajaxMacros.twig' as ajax %}

{% block topcontrols %}
    {% include "@CoreHome/_siteSelectHeader.twig" %}
    {% include "@CoreHome/_periodSelect.twig" %}
    {{ postEvent("Template.nextToCalendar") }}
    <div vue-entry="Dashboard.DashboardSettings"></div>
    {% include "@CoreHome/_headerMessage.twig" %}
{% endblock %}

{% block content %}

    {% if exampleFeatureEnabled %}
        <!-- Feature flag example enabled -->
    {% endif %}

    {{ ajax.requestErrorDiv(contactEmail|default(''), areAdsForProfessionalServicesEnabled, currentModule, showMoreFaqInfo) }}
    {{ ajax.loadingDiv() }}

    <div id="content" class="home">
        {% if content %}{{ content }}{% endif %}
        <div vue-entry="CoreHome.ReportingPage"></div>
    </div>
    <div class="clear"></div>

{% endblock %}