admin: show object usage count instead of list

This commit is contained in:
Jens Langhammer 2020-02-21 22:02:03 +01:00
parent 2a4d68911b
commit 04b815a33e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<small>{% trans 'Warning: Policy is not assigned.' %}</small>
{% else %}
<i class="pf-icon pf-icon-ok"></i>
<small>{% blocktrans with objects=policy.policymodel_set.all|join:', ' %}Assigned to objects {{ objects }}{% endblocktrans %}</small>
<small>{% blocktrans with object_count=policy.policymodel_set.all|length %}Assigned to {{ object_count }} objects.{% endblocktrans %}</small>
{% endif %}
</div>
</th>