{% extends 'UserPortalBundle:layout:frontend.html.twig' %} {% block pageTitle %} {{ 'Northgate | Add Request'|trans}} {% endblock %} {% block content %}
{% set action = getActionName() %}
{{ 'Store' | trans }}: {{ storeName }}
{{ 'Department' | trans }}: {{ getCommaSeparatedName(departmentName) }}
{{ 'Cutoff Day' | trans }}: {% if cutoffDay %} {{ cutoffDay }} {% else %} {{'N/A'|trans}} {% endif %}
{{ 'Printing Day' | trans }}: {% if printingDay %} {{ printingDay }} {% else %} {{'N/A'|trans}} {% endif %}
{{ 'Max Quantity' | trans }}: {{ maxQty }}
{{ 'Tag Type' | trans }}: {{ tagType }}
{{ 'Effective Date' | trans }}: {% if effectiveDate %} {{ effectiveDate | date('M j, Y') }} {% else %} {{ 'now'| date('M j, Y') }} {% endif %}
{{ 'Enter Product AISLE Information'|trans}}
{% if upcArr | length == 0 %}
{{ 'Upload Excel'|trans}}
{{ 'Enter UPCs Number'|trans}}
{{ 'Qty'|trans}}
 
{% endif %}
{% if upcArr | length > 0 %} {% for key,upc in upcArr %} {% endfor %} {% else %} {% endif %}
{{ 'UPC'|trans}} {{ 'Qty'|trans}} {{ 'Description'|trans}} {% if upcArr | length > 0 %} {{ 'Refresh'|trans}} / {% endif %} {{ 'Delete All'|trans}}
{{upc}} {{description[upc]}}
{{ 'No UPC Added'|trans}}
{{ 'No UPC Added' | trans }}
{% if upcArr | length == 0 %}
{% if tagHtml %}
{{ tagHtml | raw }}
{% endif %} {% if upcArr | length == 0 %}
{{ 'Qty'|trans}}  
{% endif %}
{% endif %}
{{ 'Cancel'|trans}} {#{{ 'Cancel'|trans}} #}
{% endblock %}