# Template Anpassung außerhalb der Blöcke?

**URL:** https://forum.shopware.com/t/template-anpassung-ausserhalb-der-blocke/22026
**Category:** Shopware 3.5
**Tags:** themes--design
**Created:** [23. August 2014 um 09:26 UTC](https://forum.shopware.com/t/template-anpassung-ausserhalb-der-blocke/22026 "2014-08-23T09:26:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![agentfox](https://avatars.discourse-cdn.com/v4/letter/a/49beb7/32.png) [@agentfox](https://forum.shopware.com/u/agentfox)
#### Post date: [23. August 2014 um 09:26 UTC](https://forum.shopware.com/t/template-anpassung-ausserhalb-der-blocke/22026/1 "2014-08-23T09:26:14Z")

</div>

Wie passt man idealerweise ein Template updatesicher an, wenn die Änderungen außerhalb der Blöcke vorgenommen werden sollen? Beipsiel:

---

<div class="post-metadata">

### Author: ![EikeBrandtWarneke](https://avatars.discourse-cdn.com/v4/letter/e/cdc98d/32.png) [@EikeBrandtWarneke](https://forum.shopware.com/u/EikeBrandtWarneke)
#### Post date: [23. August 2014 um 10:18 UTC](https://forum.shopware.com/t/template-anpassung-ausserhalb-der-blocke/22026/2 "2014-08-23T10:18:41Z")

</div>

Prinzipiell überhaupt nicht. Aber du kannst deine Abfrage doch mit in den block packen: ` {block name="frontend\_details\_properties..."} {if deine abfrage} {$smarty.block.parent} {/if} {/block} ` So wird der block nur angezeigt, wenn dein if wahr ist. Viele Grüße
