fieldset.smarty 166 Bytes
<fieldset>
    {if $label}<legend>{$label}</legend>{/if}
    {if $description}<p class="descriptiveText">{$description|sanitize}</p>{/if}

    {$widgets}
</fieldset>