{% extends "registry/find.html" %} {% block find_table_head_extn %} Responds to Requirements {% endblock %} {% block find_table_row_extn %} {% for assn in domainObject.handles %} {{assn.event.description|escape}}   {% endfor %} {% for assn in domainObject.requirements %} {{assn.requirement.description|escape}}   {% endfor %} {% endblock %}