6 lines
No EOL
188 B
PHTML
6 lines
No EOL
188 B
PHTML
<?php if (!$this->isEmpty()):?>
|
|
<div class="building queue">
|
|
<h1><?php echo $this->__('Work in progress')?></h1>
|
|
<?php echo $this->getPartial('item-list')->render() ?>
|
|
</div>
|
|
<?php endif?> |