{% extends 'UserPortalBundle:layout:frontend.html.twig' %} {% block pageTitle %} {{ 'Northgate | Add Request'|trans}} {% endblock %} {% block content %} {{ tagName | title }} - {{ tagSize }} {% include 'UserPortalBundle:includes:breadcrumbs.html.twig' with {'pageName':tagName} %} {% if reqDate is defined %} {{ reqDate }} {% else %} {{ 'now'| date('M j, Y g:ia') }} {%endif%} {% 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}} {{'BROWSE'|trans}} {{ 'Enter UPCs Number'|trans}} {{ 'Qty'|trans}} {{'ADD'|trans}} {% endif %} {{ 'UPC'|trans}} {{ 'Qty'|trans}} {{ 'Description'|trans}} {% if upcArr | length > 0 %} {{ 'Refresh'|trans}} / {% endif %} {{ 'Delete All'|trans}} {% if upcArr | length > 0 %} {% for key,upc in upcArr %} {{upc}} {{description[upc]}} {% endfor %} {{ 'No UPC Added'|trans}} {% else %} {{ 'No UPC Added' | trans }} {% endif %} {% if upcArr | length == 0 %} {% if tagHtml %} {{ tagHtml | raw }} {{ templateLayoutHtml | raw }} {% endif %} {% if upcArr | length == 0 %} {{ 'Qty'|trans}} {% endif %} {% endif %} {{ 'Cancel'|trans}} {#{{ 'Cancel'|trans}} #} {{ 'Save as Draft' | trans }} {{ 'Send Request'|trans}}