{% spaceless %}{{ include("header.html") }} {% set user = get("user") %}
{{ include("head_menu.html") }} {{ include("main_menu.html") }}
{{ include("profile_menu.html") }}
{{ user.points|number_format(0, '.', ',') }}
{{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")}}

{{ 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 %}