{% if requirement.approved_by %}

This requirement has been approved by {{requirement.approved_by}} {{requirement.approved_time|timesince}} ago.

{% else %} {% if status.satisfied %}

This requirement looks ready for approval, but has not been approved yet.

{% else %}

This requirement looks incomplete.

{% endif %} {% endif %} {% if process.closed %}

This process has been closed on {{process.closed|date:"Y-m-d"}}: no further modifications are possible.

{% elif process.approved_by %}

This process has been approved by {{process.approved_by.a_link}} on {{process.approved_time|date:"Y-m-d"}}: no further modifications are possible.

{% elif process.frozen_by %}

This process has been frozen for review by {{process.frozen_by.a_link}} on {{process.frozen_time|date:"Y-m-d"}}: no modifications are currently possible.

{% endif %} {% if status.notes %}

Potential problems

{% endif %}