questlab/www/analytics/plugins/UserCountry/templates/index.twig
2016-04-10 18:55:57 +02:00

29 lines
929 B
Twig

<div class="row">
<div class="col-md-6">
{{ postEvent("Template.leftColumnUserCountry") }}
<h2 piwik-enriched-headline>{{ 'UserCountry_Continent'|translate }}</h2>
{{ dataTableContinent|raw }}
<div class="sparkline">
{{ sparkline(urlSparklineCountries) }}
{{ 'UserCountry_DistinctCountries'|translate("<strong>"~numberDistinctCountries|number~"</strong>")|raw }}
</div>
<div style="clear:left"></div>
{{ postEvent("Template.footerUserCountry") }}
</div>
<div class="col-md-6">
<h2 piwik-enriched-headline>{{ 'UserCountry_Country'|translate }}</h2>
{{ dataTableCountry|raw }}
<h2 piwik-enriched-headline>{{ 'UserCountry_Region'|translate }}</h2>
{{ dataTableRegion|raw }}
<h2 piwik-enriched-headline>{{ 'UserCountry_City'|translate }}</h2>
{{ dataTableCity|raw }}
</div>
</div>