{% if so is not defined %}
{% endif %} {% for lineitem in lineitems %}
{{ lineitem.name }} -
{% if lineitem.iscustom is defined %} {{ lineitem.paper }} Color- {{ lineitem.color }} Size - {{ lineitem.size }} Finishing - {{ lineitem.finishing }} {% if lineitem.quotefirst is defined %} QUOTE BEFORE PRINTING {% endif %} {% else %} Paper: {{ lineitem.paper }}
Color: {{ lineitem.color }}
Size: {{ lineitem.size }}
{% if lineitem.pages is defined %} - {{ lineitem.pages }} pages per each finished qty {% endif %} {% endif %} Proof Selection: {{ lineitem.prooftext }} ProofCost: ${{ lineitem.proofcost }}
Date Requested: {{ lineitem.requestedby }}
Comments: {{ lineitem.comments }}
{% if lineitem.sysmsg != '' %} System Message: {{ lineitem.sysmsg }} {% endif %}
---------------------------------------------------
Config Specs: (priced as):

{% if lineitem.isoutsource is defined %} OUTSOURCE ITEM
{% endif %} {% if lineitem.iscustom is defined %} NO CONFIG SPECS FOR CUSTOM ITEM {% else %} Non User Bindery: {% for forcedbinderys in lineitem.forcedbindery %} {{ forcedbinderys }} | {% endfor %}
User Bindery:
{% for userbindery in lineitem.userbinderys %} {{ userbindery }} {% endfor %} Machine: {{ lineitem.machine }}
N Up: {{ lineitem.nup }}
Sheet Size: {{ lineitem.sheetsize }} {% if lineitem.sheetisroll is defined %}(Roll Stock){% endif %}
{% if lineitem.wideformatimposed is defined %} Wide Format Impostition: {{ lineitem.wideformatimposed }}
{% endif %} Total Job Sheets: {{ lineitem.sheetcount }}
{% if lineitem.sheetwastecount is defined %} Total Waste Sheets: {{ lineitem.sheetwastecount }}
{% endif %} Item Ship Weight: {{ lineitem.itemweight }} Lbs.
{% endif %}
{% if lineitem.artwork %} {% for artwork in lineitem.artwork %} {% endfor %} {% endif %}
Files:
{% if forprint is not defined %} {{ artwork.uploadedname }} {% else %} {{ artwork.uploadedname }} {% endif %}
Qty: {{ lineitem.qty }}
{% if lineitem.quotedprice == 0 %}PRICE NOT QUOTED{% else %}${{ lineitem.quotedprice|number_format(2) }}{% endif %} {% if lineitem.proofcost != 0 %} | Proof Cost: ${{ lineitem.proofcost|number_format(2) }}{% endif %}
{% if foremail is defined or forprint is defined %}
{% endif %} {% endfor %}
Subtotal: ${% if subtotal is defined %} {{ subtotal|number_format(2) }}{% endif %} {% if so.subtotal is defined %} {{ so.subtotal|number_format(2) }}{% endif %}
Shipping:   $ {% if shiptotalso is defined %}{{ shiptotalso|number_format(2) }} {% elseif so.shipcost is defined %} {{ so.shipcost|number_format(2) }} {% else %}0{% endif %}
Tax:   $ {% if so.taxtotal is defined %}{{ so.taxtotal|number_format(2) }} {% elseif taxtotalso is defined %} {{ taxtotalso|number_format(2) }} {% else %}0{% endif %}
Total:   $ {% if grandtotalso is defined %}{{ grandtotalso|number_format(2) }} {% elseif so.total is defined%} {{ so.total|number_format(2) }} {% else %}--.--{% endif %}
Weight:   {{ so.shipweight }} Lbs
{% if so is not defined %}
{% endif %}