djLint/tests/source_django/object_delete_summary.html

6 lines
182 B
HTML
Raw Normal View History

2021-12-14 08:57:37 +00:00
{% load i18n %}
<h2>{% translate "Summary" %}</h2>
<ul>
{% for model_name, object_count in model_count %}<li>{{ model_name|capfirst }}: {{ object_count }}</li>{% endfor %}
</ul>