{% extends 'emails/branded__layout.jinja' %}

{% block content %}
    <div>
        Hi {{identity_name}},
    </div>
    <div style="margin: 16px 0;">
        <div class="main_message rejection" style="display: flex;padding-left: 15px;align-items: center;font-size: 24px;line-height: 30px;{% if default_brand == AWAL_BRAND %}font-family: Barlow, sans-serif;{% endif %}">
            Some of your products were not able to be created.
        </div>
        A report with products that failed to be created can be found in <a href="{{ workstation_sidecar_url }}">Workstation</a>. Please try uploading your products using the Bulk Tool or individually in Workstation if the issue persists.
    </div>
    <div>
        If you have questions, please reach out to your Label Contact for assistance.
    </div>
{% endblock %}
