1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 22:04:26 +03:00
ifhub.club/application/frontend/components/property/output/list.tpl

9 lines
258 B
Smarty
Raw Normal View History

2016-04-07 12:40:28 +03:00
{component_define_params params=[ 'properties' ]}
{if $properties}
<div class="ls-property-list">
2016-04-07 12:40:28 +03:00
{foreach $properties as $property}
{component 'property' template='output.item' property=$property}
2014-10-21 16:58:28 +03:00
{/foreach}
</div>
{/if}