{% extends "admin/change_list.html" %} {% load i18n %} {% block content_title %}

{% translate 'Statistics on the Closing reason of deals for all the time' %} {% if summary.product %} - {{ summary.product }} {% endif %}

{% endblock %} {% block result_list %}

{{ summary.requests }} (100%) - {% translate 'total requests' %}

{% for l in summary.total %}

{{ l.total }} ({{ l.pers }}%) - {{ l.name }}

{% endfor %} {% include "analytics/bar_chart.html" %}

{% translate 'Requests over country' %}

{% for x in summary_over_country %}

{{x.total }} - {{x.country__name }}

{% endfor %}

{% endblock %} {% block pagination %}{% endblock %}