{% extends "masterList.html" %} {% block table_head_extn %} Type Stories Ticket {% endblock %} {% block table_row_extn %} {{domainObject.type.name|escape}} {% for assn in domainObject.stories %} {{assn.story.description|escape}}.  {% endfor %} {% if domainObject.ticketUrl %} {% else %}   {% endif %} {% endblock %}