%PDF- %PDF-
Direktori : /www/loslex/production/storage/framework/views/ |
Current File : //www/loslex/production/storage/framework/views/f696d97b3d079592463c372349934249.php |
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><?php echo e(__('Presence list :: :name', ['name' => $contest->contestname])); ?></title> </head> <body> <h1 style="font-style: italic; display: flex; align-items: center"><img style="height: 0.9em; margin-right: 0.3em;" src="/assets/images/lex-logo.webp" /><?php echo e($contest->contestname); ?></h1> <div style="font-size: 110%; margin-bottom: 0.3em; font-weight: bold"><?php echo e(__('Date')); ?>: <?php echo e($contest->date->isoFormat('LL')); ?>; <?php echo e(__('Range')); ?>: <?php echo e($contest->range->name); ?></div> <table style="border: black 1px solid; border-collapse: collapse; margin-bottom: 2em; width: 100%;"> <thead> <tr style="height: 2em;"> <th style="border: black 1px solid;"><?php echo e(__('Number')); ?></th> <th style="border: black 1px solid;"><?php echo e(__('Squad')); ?></th> <th style="border: black 1px solid;"><?php echo e(__('First and last name')); ?></th> <?php if(!$contest->isLosik()): ?> <th style="border: black 1px solid;"><?php echo e(__("Division")); ?></th><?php endif; ?> <th style="border: black 1px solid;"><?php echo e(__('Licence no.')); ?></th> <th style="border: black 1px solid;"><?php echo e(__('LEX')); ?></th> <?php if($contest->isLosik()): ?> <th style="border: black 1px solid;"><?php echo e(__('Fee')); ?></th><?php endif; ?> <th style="border: black 1px solid;"><?php echo e(__('Signature')); ?></th> </tr> </thead> <tbody> <!-- <?php echo e($pos = 1); ?> --> <?php $__currentLoopData = $registrations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $shooter): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr style="height: 2em;"> <td style="border: black 1px solid; padding-left: 0.3em; padding-right: 0.3em; width: 3em; text-align: center;"><?php echo e($pos++); ?></td> <td style="border: black 1px solid; padding-left: 0.3em; padding-right: 0.3em; width: 3em; text-align: center;"><?php echo e($shooter->squad == 0 ? "R" : $shooter->squad); ?></td> <td style="border: black 1px solid; padding-left: 0.3em; padding-right: 0.3em; white-space: nowrap"><?php echo e($shooter->user->listedname); ?></td> <?php if(!$contest->isLosik()): ?><td style="border: black 1px solid; padding-left: 0.3em; padding-right: 0.3em; width: 3em; text-align: center;"><?php echo e($shooter->division?->bgdivision); ?></td><?php endif; ?> <td style="border: black 1px solid; padding-left: 0.3em; padding-right: 0.3em; max-width: 6em; text-align: center"><?php echo e($shooter->user->licence_number); ?></td> <td style="border: black 1px solid; padding-left: 0.3em; padding-right: 0.3em; width: 3em; text-align: center;"><?php echo e($shooter->lexmember && ($shooter->user->is_valid_member($shooter->contest->date) > 0) ? __("Yes") : __("No")); ?></td> <?php if($contest->isLosik()): ?> <td style="border: black 1px solid; padding-left: 0.3em; width: 5em;"> </td><?php endif; ?> <td style="border: black 1px solid; min-width: 10em;"> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php for($i = 0; $i < $freeSlots; $i++): ?> <tr style="height: 2em;"> <td style="border: black 1px solid;"> </td> <td style="border: black 1px solid;"> </td> <td style="border: black 1px solid;"> </td> <td style="border: black 1px solid;"> </td> <td style="border: black 1px solid;"> </td> <td style="border: black 1px solid;"> </td> <td style="border: black 1px solid;"> </td> </tr> <?php endfor; ?> </tbody> <tfoot> <tr> <td colspan="7" style="padding: 0.3em"><span style="alignment: center; font-style: italic;"><?php echo e(__('contest.presenceFooter')); ?></span></td> </tr> </tfoot> </table> </body> </html> <?php /**PATH /www/loslex/production/resources/views/contests/presentation.blade.php ENDPATH**/ ?>