{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

{$this->getAttribute('frontendTitle')|escape:'html'}

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if} {assign var=imageHtml value=''} {if $image != ''} {if $altText != '' && $imageTitle != ''} {image src=$image class="quiqqer-bricks-controls-image__picture" alt="{$altText|escape:'html'}" title="{$imageTitle|escape:'html'}" assign=imageHtml } {elseif $altText != ''} {image src=$image class="quiqqer-bricks-controls-image__picture" alt="{$altText|escape:'html'}" assign=imageHtml } {elseif $imageTitle != ''} {image src=$image class="quiqqer-bricks-controls-image__picture" title="{$imageTitle|escape:'html'}" assign=imageHtml } {else} {image src=$image class="quiqqer-bricks-controls-image__picture" assign=imageHtml } {/if} {/if} {if $imageHtml != ''}
{if $link != ''} {/if} {$imageHtml} {if $link != ''} {/if}
{/if}