dms/templates/jci/_standards.html

12 lines
255 B
HTML

{% load jci_extras %}
<ul>
{% for std in standards %}
<li>{{ std }}
{% if std.documents %}
({{ std.documents.count }} documents)
{% endif %}
{% parse_standards std.children %}
{% endfor %}
</ul>