{% extends '_index.html' %} {% load humanize %} {% load defaultfilters %} {% block page_content %}

Посетители (по yandexuid) {{ yesterday.date|date:"d.m.Y" }}

История

 

Вчера

Фронтенд
{% for item in table_data %} {% endfor %}
Дата Количество
{{ item.eventdate|date:"d.m.Y" }} {{ item.count|intcomma }}
{% include '_progressbar.html' %} {% endblock %}