{% extends "masterRead.html" %} {% block content %}

Event #{{ domainObject.id }}

{% if view.canUpdateDomainObject %}

{% endif %}

"{{ domainObject.description|escape }}"

Stories

{% if domainObject.responses %}

These stories may respond to this event.

{% for assn in domainObject.responses %} {% endfor %}
Next Story Interruptions
{% if view.canUpdateDomainObject %} x {% endif %} {{ assn.story.description|escape }} {% for eventAssn in assn.story.raises %} {{ eventAssn.event.description|escape }}.  {% endfor %}
{% else %}

No registered stories respond to this event.

{% endif %}
{% if view.canUpdateDomainObject %}

{% endif %}
{% if domainObject.causes %}

These stories may be interrupted by this event.

{% for assn in domainObject.causes %} {% endfor %}
Story Causes
{% if view.canUpdateDomainObject %} x {% endif %} {{ assn.story.description|escape }} {% for eventAssn in assn.story.handles %} {{ eventAssn.event.description|escape }}.  {% endfor %}
{% else %}

No registered stories are interrupted by this event.

{% endif %}
{% if view.canUpdateDomainObject %}

{% endif %}

Processes

{% if domainObject.processes %}

This event is recognised by the following processes.

{% for assn in domainObject.processes %} {% endfor %}
Process Goals
{% if view.canUpdateDomainObject %} x {% endif %} {{ assn.process.description|escape }} {% for goalAssn in assn.process.goals %} {{ goalAssn.goal.description|escape }}.  {% endfor %}
{% else %}

This event is not recognised by any processes at this time.

{% endif %}
{% if view.canUpdateDomainObject %}

{% endif %} {% if view.canUpdateDomainObject %}
Do you wish to update this {{domainClassName}}?

{% endif %} {% if view.canDeleteDomainObject %}
Do you wish to delete this {{domainClassName}}?

{% endif %} {% endblock %}