diff --git a/templates/frontOffice/default/brand.html b/templates/frontOffice/default/brand.html
new file mode 100644
index 000000000..23edbfb9d
--- /dev/null
+++ b/templates/frontOffice/default/brand.html
@@ -0,0 +1,157 @@
+{extends file="layout.tpl"}
+
+{* Body Class *}
+{block name="body-class"}page-content{/block}
+
+{* Page Title *}
+{block name='no-return-functions' append}
+ {loop name="brand.seo.title" type="brand" id="{brand attr="id"}"}
+ {$page_title = {$META_TITLE}}
+ {/loop}
+{/block}
+
+{* Meta *}
+{block name="meta"}
+ {loop name="brand.seo.meta" type="brand" id="{brand attr="id"}"}
+ {if $META_DESCRIPTION}
+ {/if}
+ {if $META_KEYWORDS}
+ {/if}
+ {/loop}
+{/block}
+
+{* Feeds *}
+{block name="feeds"}
+
+{/block}
+
+{* Breadcrumb *}
+{block name='no-return-functions' append}
+ {$breadcrumbs = []}
+ {loop type="brand" name="brand-breadcrumb" id="{brand attr="id"}"}
+ {$breadcrumbs[] = ['title' => {$TITLE}, 'url'=> {$URL}]}
+ {/loop}
+{/block}
+
+{block name="main-content"}
+
+ {$limit={$smarty.get.limit|default:8}}
+ {$product_page={$smarty.get.page|default:1}}
+ {$product_order={$smarty.get.order|default:'alpha'}}
+ {$mode=$smarty.get.mode|default:'grid'}
+
+
+ {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"}
+ 
+ {/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}
+
+
+
+
+
+ {if $amount > $limit}
+
+ {/if}
+
+ {/ifloop}
+
+ {elseloop rel="product_list"}
+
+ {intl l="No products available in this brand"}
+
+ {/elseloop}
+
+ {/loop}
+
+
+
+
+
+{/block}
diff --git a/templates/frontOffice/default/feed.html b/templates/frontOffice/default/feed.html
index 2dd35a832..8e334a031 100644
--- a/templates/frontOffice/default/feed.html
+++ b/templates/frontOffice/default/feed.html
@@ -7,33 +7,72 @@
{/loop}
{if $_context_ == "catalog"}