Source of file twig__show_main.tpl.php

Size: 0,632 Bytes - Last Modified: 2023-11-16T22:56:03+01:00

/home/websites/teicee/packagist/site/phpdoc/conf/../vendor/teicee/make-bundle/src/Resources/skeleton/crud/twig__show_main.tpl.php

1234567891011121314151617181920

{{ include('@TICTwig/components/_fields_bs5.html.twig', {'fields': [
<?php foreach ($entity_fields as $field): ?>
	[ <?= str_pad("'" . $trans_base . "label." . strtolower($field['fieldName']) . "',", 41) ?> <?= $ticHelper->getEntityFieldPrintCode("item", $field) ?> ],
<?php endforeach ?>
], cols:true, trans:true}) }}

<?php /*
<table class="table">
	<tbody>
<?php foreach ($entity_fields as $field): ?>
		<tr>
			<th>{{ '<?= $trans_base ?>label.<?= strtolower($field['fieldName']) ?>'|trans }}</th>
			<td>{{ <?= $ticHelper->getEntityFieldPrintCode("item", $field) ?> }}</td>
		</tr>
<?php endforeach ?>
	</tbody>
</table>
*/ ?>