{assign var=content value=$Site->getAttribute('content')} {assign var=isGdprInstalled value=QUI::getPackageManager()->isInstalled('quiqqer/gdpr')} {if $content || $isGdprInstalled}
{if $content} {$Site->getAttribute('content')} {/if} {if $isGdprInstalled && $Site->getAttribute('quiqqer.settings.sitetypes.privacypolicy.gdpr.showRevokeCookiesButton')}
{/if}
{/if}