{% extends "masterRead.html" %} {% block content %}
The following have been identified as goals of this process:
| Goal | {% for assn in domainObject.goals %}
|---|
| {% if view.canUpdateDomainObject %} x {% endif %} {{ assn.goal.description|escape }} |
No goals have been identified for this process.
{% endif %}The following have been identified as events of this process:
| Event | Stories | {% for assn in domainObject.events %}
|---|---|
| {% if view.canUpdateDomainObject %} x {% endif %} {{ assn.event.description|escape }} | {% for respAssn in assn.event.responses %} {{ respAssn.story.description|escape }}. {% endfor %} |
This process hasn't registered any events.
{% endif %}This process has been included in the following collections:
| Collection | {% for assn in domainObject.collections %}
|---|
| {% if view.canUpdateDomainObject %} x {% endif %} {{ assn.collection.description|escape }} |
This process hasn't been registered in any collections.
{% endif %}The following products support the stories of this process:
| Product | Stories | {% for product in domainObject.listProducts %}
|---|---|
| {{ product.description|escape }} | {% for assn in product.stories %} {{ assn.story.description|escape }}. {% endfor %} |