<{if $data.condition == 'stock'}>
<{if $data.type != '3'}>
<{include file="regulation/stock_content_filters.html"}>
<{/if}>
<{else}>
<{include file="regulation/frame_content_filters.html"}>
<{/if}>
<{if $data.condition == 'stock'}>
<{include file="regulation/stock_part.html"}>
<{else}>
<{include file="regulation/frame_part.html"}>
<{/if}>