{{ 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 %}
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 %}