{% spaceless %}{{ include("header.html") }}
{{ include("head_menu.html") }} {{ include("main_menu.html") }}
{{ get("users_count")|number_format(0, '.', ',') }}
{{ l("users") }}
{{ get("websites_count")|number_format(0, '.', ',') }}
{{ l("websites") }}
{{ get("purchases_count")|number_format(0, '.', ',') }}
{{ l("purchases") }}
{{ get("payments_count")|number_format(0, '.', ',') }}
{{ l("payments") }}
{{ l("earned_by_system") }}
{{ short_points(get("points_earned_count")) }}
{{ do_action("template", "online_map") }}
{{ l("in_6months") }}
{{ l("points") }}
{{ short_points(get("points_count")) }}
{{ l("hits") }}
{{ get("hits_count")|number_format(0, '.', ',') }}
{{ l("top_countries") }}
{{ do_action("template", "top_countries") }}
{{ l("6months_statistics") }}
{{ do_action("template", "all_hits") }}
{{ include("footer_content.html") }}
{{ include("footer.html") }}{% endspaceless %}