--- title: Outcomes ---
{% if outcome.description %}Description: {{ outcome.description }}
{% endif %}
{% if outcome.project %}Project: {{ outcome.project }}
{% endif %}
{% if outcome.status %}Status: {{ outcome.status | capitalize }}
{% endif %}
{% if outcome.last-update %}Last update: {{ outcome.last-update | date: "%Y-%m-%d" }}
{% endif %}
Facility | {% for outcome in adoption_outcomes %}{{ outcome.short-name }} | {% endfor %}|||||
---|---|---|---|---|---|---|
{{ facility.short-name }} | {% for outcome in adoption_outcomes %} {% if facility.adoption.adopted contains outcome.short-name %}Y | {% elsif facility.adoption.wip contains outcome.short-name %}WIP | {% elsif facility.adoption.planned contains outcome.short-name %}P | {% elsif facility.adoption.under-eval contains outcome.short-name %}U | {% elsif facility.adoption.not contains outcome.short-name %}N | {% else %}{% endif %} {% endfor %} |
Yes, already adopted (Y) | Will not be adopted (N) |
Planned to be adopted (P) | Under evaluation (U) |
In the progress of being adopted (WIP) |