{% include "fragments/flash.html" %} Request: {{ jedi_request.displayname }} {{ current_status }} {% with data=data, request_id=jedi_request.id %} {% include "requests/_review.html" %} {% endwith %} CCPO Internal Comments {% if comments %} {% for comment in comments %} {{ comment.user.full_name }} {{ comment.text }} {% set timestamp=comment.time_created | formattedDate("%Y-%m-%d %H:%M:%S %Z") %} {% endfor %} {% else %} No CCPO comments have been recorded yet. {% endif %} Add a comment {{ internal_comment_form.csrf_token }} {{ TextInput(internal_comment_form.text, paragraph=True, noMaxWidth=True) }} Save Notes {{ review_form.csrf_token }} {% set initialState = 'approving' if review_form.errors else '' %} CCPO Review Activity {% if reviews %} {% for review in reviews %} {{ 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 }} {% if review.phone_ext_mao %} ext. {{ review.phone_ext_mao }} {% endif %} {% 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") %} {% endfor %} {% else %} No CCPO approvals or request changes have been recorded yet. {% endif %} {% if jedi_request.is_pending_ccpo_action %} Review this Request Ready for approval Request revisions Message to Requestor (optional) {{ TextInput( review_form.comment, label='Approval comments or notes', description='Provide any comments or notes regarding the approval of this request. This message will be shared with the person making the JEDI request.', paragraph=True, noMaxWidth=True ) }} {{ TextInput( review_form.comment, label='Revision instructions or notes', paragraph=True, noMaxWidth=True ) }} Authorizing Officials (optional) Provide the name of the key officials for both parties that have authorized this request to move forward. This section is not visible to the person making the request. It is only viewable by CCPO staff. Mission Authorizing Official {{ TextInput(review_form.fname_mao, placeholder="First name of mission authorizing official") }} {{ TextInput(review_form.lname_mao, placeholder="Last name of mission authorizing official") }} {{ TextInput(review_form.email_mao, placeholder="name@mail.mil", validation='email') }} {{ PhoneInput(review_form.phone_mao, review_form.phone_ext_mao) }} CCPO Authorizing Official {{ TextInput(review_form.fname_ccpo, placeholder="First name of CCPO authorizing official") }} {{ TextInput(review_form.lname_ccpo, placeholder="Last name of CCPO authorizing official") }} {% endif %} {% if jedi_request.is_pending_ccpo_action %} Approve Request Request Revisions {{ Icon('x') }} Cancel {% endif %}
{{ comment.user.full_name }} {{ comment.text }} {% set timestamp=comment.time_created | formattedDate("%Y-%m-%d %H:%M:%S %Z") %}
{{ 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 }} {% if review.phone_ext_mao %} ext. {{ review.phone_ext_mao }} {% endif %} {% 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") %}