{% extends "registry/find.html" %} {% block find_table_head_extn %} Type Stories Ticket {% endblock %} {% block find_table_row_extn %} {{domainObject.type.name|escape}} {% for assn in domainObject.stories %} {{assn.story.description|escape}}   {% endfor %} {% if domainObject.ticketUrl %} {% else %}   {% endif %} {% endblock %}