Latest activity
|
{{ productionstream.latest_activity|timesince }} ago
(opened {{ productionstream.opened|timesince }} ago)
|
Supervisor
|
{% if productionstream.supervisor %}
{% include 'bi/check-circle-fill.html' %}
{{ productionstream.supervisor }}
{% else %}
{% include 'bi/x-circle-fill.html' %}
{% endif %}
|
Production officer
|
{% if productionstream.officer %}
{% include 'bi/check-circle-fill.html' %}
{{ productionstream.officer }}
{% else %}
{% include 'bi/x-circle-fill.html' %}
{% endif %}
|