{% load url from future %} {% for rel in releasability %} {{rel.name}} ({{rel.instances|length|default:0}}) - Assigned by {{ rel.analyst }} {% if admin and not rel.instances|length %} {% endif %} {% for instance in rel.instances %} {% include "releasability_row_widget.html" %} {% endfor %} {% endfor %}