{% extends "masterList.html" %} {% block table_head_extn %} Processes Products {% endblock %} {% block table_row_extn %} {% for assn in domainObject.processes %} {{assn.process.description|escape}}.  {% endfor %} {% for assn in domainObject.products %} {{assn.product.description|escape}}.  {% endfor %} {% endblock %}