+ + {{ comment.full_name_commenter }} + {{ comment.message }} + + {% set timestamp=comment.time_created | formattedDate("%Y-%m-%d %H:%M:%S %Z") %} + +
+ + {{ review.log_name }} + {{ review.status.log_name }} by {{ review.full_name_reviewer }} + {% if review.comment %} + {{ review.comment }} + {% endif %} + + + {% if review.lname_mao %} + + Mission Owner approval on behalf of: + {{ review.full_name_mao }} + {{ review.email_mao }} + {{ review.phone_mao }} + + {% endif %} + + {% if review.lname_ccpo %} + + CCPO approval on behalf of: + {{ review.full_name_ccpo }} + + {% endif %} + + + {% set timestamp=review.status.time_created | formattedDate("%Y-%m-%d %H:%M:%S %Z") %} + +
- - {{ review.log_name }} - {{ review.status.log_name }} by {{ review.full_name_reviewer }} - {% if review.comment %} - {{ review.comment }} - {% endif %} - - - {% if review.lname_mao %} - - Mission Owner approval on behalf of: - {{ review.full_name_mao }} - {{ review.email_mao }} - {{ review.phone_mao }} - - {% endif %} - - {% if review.lname_ccpo %} - - CCPO approval on behalf of: - {{ review.full_name_ccpo }} - - {% endif %} - - - {% set timestamp=review.status.time_created | formattedDate("%Y-%m-%d %H:%M:%S %Z") %} - -