{##
# Brand description
#}
{% if this.getDisplayDescription() or (this.isInInlineEditorMode() and this.isShowDescription())%}
<div class="level-description category-description" {{ this.printTagAttributes(this.getLevel().getFieldMetadata('description'))|raw }}>{{ this.getDisplayDescription()|raw }}</div>
{% endif %}