mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-19 10:31:07 +00:00
5 lines
182 B
HTML
5 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>
|