{% extends "masterRead.html" %} {% block content %}
{% if domainObject.narrative%} {{ domainObject.asDictLabels.narrative }} {% else %} No narrative has been recorded for this story. {% endif %}
These interruptions may happen during (or after) this story.
Interruption | Next Stories | {% for assn in domainObject.raises %}
---|---|
{% if view.canUpdateDomainObject %} x {% endif %} {{ assn.event.description|escape }} | {% for storyAssn in assn.event.responses %} {{ storyAssn.story.description|escape }}. {% endfor %} |
No registered events happen within this story.
{% endif %}These interruptions may cause this story.
Cause | Interrupted stories | {% for assn in domainObject.handles %}
---|---|
{% if view.canUpdateDomainObject %} x {% endif %} {{ assn.event.description|escape }} | {% for storyAssn in assn.event.causes %} {{ storyAssn.story.description|escape }}. {% endfor %} |
This story doesn't respond to any registered event.
{% endif %}Products supporting this story satisfy the following requirements.
Requirement | Ticket |
---|---|
{% if view.canUpdateDomainObject %} x {% endif %} {{assn.requirement.description|escape}} | {% if assn.requirement.ticketUrl %} ✔ {% else %} {% endif %} |
This story has no requirement for system support.
{% endif %}This story has been included within the following product specifications:
Product | {% for assn in domainObject.products %}
---|
{% if view.canUpdateDomainObject %} x {% endif %} {{assn.product.description|escape}} |
This story has not been included within any products specifications at this time.
{% endif %}