{{brand?.name?.charAt(0)}}
{{brand?.name}}
{{"section.brands.name" | translate}}:
{{brand.name}}
-----
{{"section.brands.description" | translate}}:
{{brand?.description}}
-----
{{"section.brands.tags" | translate}}:
{{ tag.name }}{{ !last ? ',' : '' }}
-----