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

Когортный отчет

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% if source %} {% for campaign, values in results.items %} {% endfor %}
Кампания Входящие (Я) Входящие (G) Расход (G) Исходящие (Я) Доход (Я) Прибыль (Я) 0 1 2 3 4 5 6 7
{{ campaign }} {{ values.inc|intcomma }} {{ values.adw|intcomma }} {{ values.adw_price|floatformat:"0"|intcomma }} {{ values.rec|intcomma }} {{ values.rec_price|floatformat:"0"|intcomma }} {{ values.adw_price_delta|floatformat:"0"|intcomma }} {{ values.0|intcomma }} {{ values.1|intcomma }} {{ values.2|intcomma }} {{ values.3|intcomma }} {{ values.4|intcomma }} {{ values.5|intcomma }} {{ values.6|intcomma }} {{ values.7|intcomma }}
{% endif %}

Ручная загрузка

{% csrf_token %} {% bootstrap_form connector_form %} {% buttons %} {% endbuttons %}
{% endblock %}