{% extends "masterRead.html" %} {% block content %}
This collection presents these processes:
Process | Events | {% for assn in domainObject.processes %}
---|---|
{% if view.canUpdateDomainObject %} x {% endif %} {{ assn.process.description|escape }} | {% for eventAssn in assn.process.events %} {{ eventAssn.event.description|escape }}. {% endfor %} |
This collection does not contain any processes at this time.
{% endif %}This collection presents these products:
Product | Stories | {% for assn in domainObject.products %}
---|---|
{% if view.canUpdateDomainObject %} x {% endif %} {{ assn.product.description|escape }} | {% for storyAssn in assn.product.stories %} {{ storyAssn.story.description|escape }}. {% endfor %} |
This collection does not contain any products at this time.
{% endif %}