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

Goal #{{ domainObject.id }}

{% if view.canUpdateDomainObject %}

{% endif %}

"{{ domainObject.description|escape }}"

Processes

{% if domainObject.processes %}

The following processes work towards this goal:

{% for assn in domainObject.processes %} {% endfor %}
Process Events
{% if view.canUpdateDomainObject %} x {% endif %} {{ assn.process.description|escape }} {% for eventAssn in assn.process.events %} {{ eventAssn.event.description|escape }}.  {% endfor %}
{% else %}

No processes have been identified as working towards this goal.

{% 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 %}