{% spaceless %}{{ include("header.html") }}
{{ include("head_menu.html") }} {{ include("main_menu.html") }}
{% set slots = get("slots") %}

{{u("traffic_ratio")}}% {{l("traffic_ratio")}}

{{ l("ratio_explained")|format(u("traffic_ratio"), "%") }}

{{l("live")}}

{{do_action("template", "user_points")}}
{{l("points")}}
{{do_action("template", "monthly_earning")}}
{{l("monthly_earning")}}
{{do_action("template", "weekly_earning")}}
{{l("weekly_earning")}}
{{do_action("template", "hits_in_6_months")}}
{{l("6_months_hits")}}
{{do_action("template", "monthly_hits")}}
{{l("monthly_hits")}}
{{do_action("template", "weekly_hits")}}
{{l("weekly_hits")}}
{{ do_action("template", "online_map") }}
{{ l("stats_today") }}
{{ do_action("template", "stats_in_24") }}
{{ l("stats_6months") }}
{{ do_action("template", "stats_in_6months") }}
{{ include("footer_content.html") }}
{{ include("footer.html") }}{% endspaceless %}