{% extends "NoccyLabsPdfBundle:Pdf:document.html.twig" %} {% import "NoccyLabsPdfBundle:Pdf:document.html.twig" as page %} {% import _self as helpers %} {% block footer %}
Postal address:
Some Company Name
1234 Address St.
12345 Somewhere
Postal address:
Some Company Name
1234 Address St.
12345 Somewhere
Postal address:
Some Company Name
1234 Address St.
12345 Somewhere
{% endblock %} {% block styles %} body { font-family: sans-serif; font-size: 9pt; } .small { font-size: 7pt; } table.full-width { width: 100%; } table.bordered { border: solid 1px #666; border-collapse: collapse; } table.bordered td, table.bordered th { padding: 3px; vertical-align: top; } table.bordered thead { background: #cde; border-bottom: solid 1px #666; } .page-footer { border-top: solid 1px #000; padding-top: 5px; } .monospaced { font-family: monospace; } .align-right { text-align: right; } {% endblock %} {% block body %}
Client No.
123456
Date
2017-12-01
Third
Page
1 (2)
{{ helpers.thead() }}
12345 Abcd
multi-line!
199.99
12345 Abcd
multi-line!
199.99
 
 
 
 
 
 
 
 
 
 
{{ page.break() }}
 
Page
2 (2)
{{ helpers.thead }}
12345 Abcd
multi-line!
199.99
12345 Abcd
multi-line!
199.99
 
 
 
 
 
 
 
 
 
 
{% endblock %} {% macro thead() %} SKU Description Price {% endmacro %}