{% extends "admin/base_site.html" %} {% load static %} {% block extrastyle %} {% endblock %} {% block content %}
В индексе: {{ report.total_indexed }} — в БД (сумма по моделям): {{ report.total_db }}
| Модель | В БД | В индексе | % | |
|---|---|---|---|---|
{{ row.model_label }} |
{{ row.db_count }} | {{ row.indexed_count }} | {{ row.percent|floatformat:1 }}% |