|
- <?php
-
-
-
- ?>
-
- <?php for($i = 0; $i < 8; $i++): ?>
- <div class="block-instructions-pdf<?php if($i%2 == 0): ?> block-instructions-border<?php endif; ?><?php if($i == 6 || $i == 7): ?> block-instructions-bottom<?php endif; ?>">
- <?php echo $this->render('instructions',['pdf' => true, 'producer' => $producer]) ; ?>
- </div>
- <?php endfor; ?>
|