1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/property/output/list.tpl
2016-04-07 16:40:28 +07:00

9 lines
258 B
Smarty

{component_define_params params=[ 'properties' ]}
{if $properties}
<div class="ls-property-list">
{foreach $properties as $property}
{component 'property' template='output.item' property=$property}
{/foreach}
</div>
{/if}