{% block title %}Опростен таблица{% endblock %}
{{ date24h.start }} - {{ date24h.end }} | {{ date7d.start }} - {{ date7d.end }} | {{ date30d.start }} - {{ date30d.end }} | ||||||||||
24 часа | 7 дена | 30 дена | ||||||||||
Всички | България | Всички | България | Всички | България | |||||||
{{ target }} | {% if target in summary24h %}{{ summary24h|keyvalue:target|keyvalue:"total" }} | {{ summary24h|keyvalue:target|keyvalue:"domestic" }} | {% else %}0 | 0 | {% endif %} {% if target in summary7d %}{{ summary7d|keyvalue:target|keyvalue:"total" }} | {{ summary7d|keyvalue:target|keyvalue:"domestic" }} | {% else %}0 | 0 | {% endif %} {% if target in summary30d %}{{ summary30d|keyvalue:target|keyvalue:"total" }} | {{ summary30d|keyvalue:target|keyvalue:"domestic" }} | {% else %}0 | 0 | {% endif %}
{{ total|keyvalue:"summary24h"|keyvalue:"total"}} | {{ total|keyvalue:"summary24h"|keyvalue:"domestic"}} | {{ total|keyvalue:"summary7d"|keyvalue:"total"}} | {{ total|keyvalue:"summary7d"|keyvalue:"domestic"}} | {{ total|keyvalue:"summary30d"|keyvalue:"total"}} | {{ total|keyvalue:"summary30d"|keyvalue:"domestic"}} |