mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-20 19:01:52 +00:00
6 lines
182 B
HTML
6 lines
182 B
HTML
|
|
{% load i18n %}
|
||
|
|
<h2>{% translate "Summary" %}</h2>
|
||
|
|
<ul>
|
||
|
|
{% for model_name, object_count in model_count %}<li>{{ model_name|capfirst }}: {{ object_count }}</li>{% endfor %}
|
||
|
|
</ul>
|