The List of all published looks
<table class="uk-table uk-table-hover">
<caption><?php echo Text::_('List of all looks'); ?></caption>
<thead>
<tr>
<th><?php echo Text::_('Name'); ?></th>
<th><?php echo Text::_('Description'); ?></th>
</tr>
</thead>
<tbody>
<?php foreach ($this->items as $item): ?>
<tr>
<td><a href="<?php echo Joomla___92167f18_8543_40e8_92af_053ef4c210d1___Power::getLookingRoute($item->slug); ?>" ><?php echo $item->name; ?></a></td>
<td><?php echo $this->escape($item->description, true, 120); ?><?php echo $item->editLink; ?></td>
</tr>
<?php endforeach; ?>
</tbody>
</table>Deliver dynamic, custom front-end experiences with this reusable Site View crafted for seamless data flow and design flexibility in JCB.