{% extends "masterRead.html" %} {% block content %}
These stories may respond to this event.
| Next Story | Interruptions | {% for assn in domainObject.responses %}
|---|---|
| {% if view.canUpdateDomainObject %} x {% endif %} {{ assn.story.description|escape }} | {% for eventAssn in assn.story.raises %} {{ eventAssn.event.description|escape }}. {% endfor %} |
No registered stories respond to this event.
{% endif %}These stories may be interrupted by this event.
| Story | Causes | {% for assn in domainObject.causes %}
|---|---|
| {% if view.canUpdateDomainObject %} x {% endif %} {{ assn.story.description|escape }} | {% for eventAssn in assn.story.handles %} {{ eventAssn.event.description|escape }}. {% endfor %} |
No registered stories are interrupted by this event.
{% endif %}This event is recognised by the following processes.
| Process | Goals | {% for assn in domainObject.processes %}
|---|---|
| {% if view.canUpdateDomainObject %} x {% endif %} {{ assn.process.description|escape }} | {% for goalAssn in assn.process.goals %} {{ goalAssn.goal.description|escape }}. {% endfor %} |
This event is not recognised by any processes at this time.
{% endif %}