{% extends "masterList.html" %} {% block table_head_extn %} Goals Events {% endblock %} {% block table_row_extn %} {% for assn in domainObject.goals %} {{ assn.goal.description|escape }}.  {% endfor %} {% for assn in domainObject.events %} {{ assn.event.description|escape }}.  {% endfor %} {% endblock %}