{% extends 'new_base.html' %} {% set AWAL_BRAND = 'awal' %} {% block header_title %}

{% trans %}We’ve encountered one or more issues with{% endtrans %} {{product_name}} by {{artist_name}}

{% endblock %} {% block content %}

{% trans %}In order to resolve these issues{% endtrans %}:

{% trans %}GO TO PRODUCT PAGE{% endtrans %}

{% endblock %} {% block issues %}
{{artist_name}}
{{product_name}}
{{upc}}
    {% for item in rejection_reasons %}
  • {{item.title}}. {{item.comments}}
  • {% endfor %}
{% if default_brand == ORCHARD_BRAND %}

If you have any questions or need assistance, get in touch: {{assigned_to_email}}

{% endif %} {% endblock %}