{{ account }}/{{ region }}/{{ name }}


{% if confirmed_new_issues|length > 0 %}

New Audit Items: {{ confirmed_new_issues | length }}

{% for issue in confirmed_new_issues %} {% endfor %}
Score Issue Notes
{{ issue.score }} {{ issue.issue }} {{ issue.notes }}
{% endif %} {% if confirmed_fixed_issues|length > 0 %}

Fixed Audit Items: {{ confirmed_fixed_issues | length }}

{% for issue in confirmed_fixed_issues %} {% endfor %}
Score Issue Notes Justification
{{ issue.score }} {{ issue.issue }} {{ issue.notes }} {% if issue.justified %} Justification: {{ issue.justification }} on {{ issue.justified_date }} by {{ issue.user.email }}
{% endif %}
{% endif %} {% if confirmed_existing_issues|length > 0 %}

Pre-existing Audit Items: {{ confirmed_existing_issues | length }}

{% for issue in confirmed_existing_issues %} {% endfor %}
Score Issue Notes Justification
{{ issue.score }} {{ issue.issue }} {{ issue.notes }} {% if issue.justified %} Justification: {{ issue.justification }} on {{ issue.justified_date }} by {{ issue.user.email }}
{% endif %}
{% endif %}

JSON diff:

{{ pdiff_html }}