{% for day in analytics %} {% endfor %}
date register_count active_user_count post_count likes_count dislikes_count matches_count projects_count
{{ current_anaytics.date }} {{ current_anaytics.register_count }} {{ current_anaytics.active_user_count }} {{ current_anaytics.post_count }} {{ current_anaytics.likes_count }} {{ current_anaytics.dislikes_count }} {{ current_anaytics.matches_count }} {{ current_anaytics.projects_count }}
{{ day.date }} {{ day.register_count }} {{ day.active_user_count }} {{ day.post_count }} {{ day.likes_count }} {{ day.dislikes_count }} {{ day.matches_count }} {{ day.projects_count }}

{% for ref in todays_clicks %} {% endfor %}
ref count
{{ ref[0] }} {{ ref[1] }}

{% for ref in all_clicks %} {% endfor %}
ref count
{{ ref[0] }} {{ ref[1] }}