{% extends "masterList.html" %} {% block table_head_extn %} Responds to Requirements {% endblock %} {% block table_row_extn %} {% for assn in domainObject.handles %} {{assn.event.description|escape}}.  {% endfor %} {% for assn in domainObject.requirements %} {{assn.requirement.description|escape}}.  {% endfor %} {% endblock %}