Review Bundle: {{ project_name }}

{{ version }} • {{ client_name }} {% if review_date %} • Initiated {{ review_date }}{% endif %}

Client
{{ client_name }}
Reviewer
{{ reviewer }}
Source Pack
{{ pack_source }}
Version
{{ version }}
{% if due_date %}
Review Deadline
{{ due_date }}
{% endif %} {% if approval_status %}
Overall Status
{{ approval_status | replace('_', ' ') }}
{% endif %}
{% if documents %}

Documents in This Bundle

{% for doc in documents %}
{{ doc.name }}
{{ doc.pages }} page{{ "s" if doc.pages > 1 else "" }}
{% if doc.notes %}
{{ doc.notes }}
{% endif %}
{% if doc.status %} {{ doc.status | replace('_', ' ') }} {% endif %}
{% endfor %}
{% endif %}

Review Summary

{{ decisions | selectattr('resolved', 'equalto', true) | list | length }}
Resolved
{{ decisions | selectattr('resolved', 'equalto', false) | list | length }}
Open
{{ decisions | length }}
Total Notes
{% if summary_notes %}

Reviewer Notes

{{ summary_notes }}

{% endif %}