{% load common %} {% for osgroup in object_list %} {% endfor %}
OS Group Repos
{{ osgroup }} {% if osgroup.repos.count != None %}{{ osgroup.repos.count }}{% else %}0{% endif %}