+ {loop name="brand.info" type="brand" current="yes"} +
+

{$TITLE}

+ + {loop name="brand.image" type="image" source="brand" id={$LOGO_IMAGE_ID} width=218 height=146 resize_mode="borders"} +

{$TITLE}

+ {/loop} + + {if $CHAPO} +
+ {$CHAPO} +
+ {/if} + {if $DESCRIPTION} +
+ {$DESCRIPTION nofilter} +
+ {/if} + {if $POSTSCRIPTUM} + + {$POSTSCRIPTUM} + + {/if} +
+ + {ifloop rel="product_list"} +
+ {assign var="amount" value="{count type="product" brand="$ID"}"} + + +
+
+
    + {loop type="product" name="product_list" brand=$ID limit=$limit page=$product_page order=$product_order} + {include file="includes/single-product.html" product_id=$ID hasBtn=true hasDescription=true hasQuickView=true width="218" height="146"} + {/loop} +
+
+
+ + + {/ifloop} + + {elseloop rel="product_list"} +
+ {intl l="No products available in this brand"} +
+ {/elseloop} + + {/loop} +