{% extends "base_template.html" %} {% load utilfilters %} {% block title %} Просмотр метрик {% endblock %} {% block scripts %} {% endblock %} {% block menu %} {% endblock %} {% block undermenu %} {% if showMetrics %}

Перейти к метрике

    {% for metric in metricsNames|getKeys %}
  1. {{ metricsNames|getValue:metric|getValue:0 }}
  2. {% endfor %}
{% endif %} {% endblock %} {% block body %}

Просмотр метрик


{% for error in errors %} {% if forloop.first %}{% endif %} {% endfor %}

{{ viewMetricsForm.snipDumps }}



{{ viewMetricsForm.metrics|safe }}
{{ viewMetricsForm.withTitle }}
{{ viewMetricsForm.queryCharacteristics }}

{{ viewMetricsForm.queryWordsCount }}

{{ viewMetricsForm.sameScale }}
{{ viewMetricsForm.sameQueryUrls }}

      очистить кэш автометрик
{% if shortUrl %}
Короткий URL: {% endif %}
{% if showMetrics %}
{% for snippetsDump in snippetsDumps %}
Дамп сниппетов: {{ snippetsDump }}
Дата: {{ snippetsDump.date }}
{% endfor %}
{% for snippetsDump in snippetsDumps %}
{% for metric in metricsNames|getKeys %}

{{ metricsNames|getValue:metric|getValue:0 }}

{% if metricsMean|getValue:snippetsDump.id|hasKey:metric %} {% else %}
{% endif %} {% endfor %}
{% endfor %} {% endif %} {% endblock %}