<fieldset>
    <legend>{l s='reply a comentarie' mod='cartiumcom'}</legend>
    <span>{l s='an email will be send to the parent comment customer' mod='cartiumcom'}.</span><br><br>
    <form action="{$request_uri}" method="post" id="form" method="post">
        <input type="hidden" name="id_comment" value="{$id_comment}" />
        <label>{l s='alias' mod='cartiumcom'}</label><input type="text" name="alias" value="{$alias}" /><br />
        <label>{l s='email' mod='cartiumcom'}</label><input type="text" name="email" value="{$email}" /><br />
        <label>{l s='content' mod='cartiumcom'}</label><textarea name="content" rows="4" cols="30">{$content}</textarea><br />
        <input type="hidden" name="{$name}_command" value="{$command}" />
        <input type="submit" value="{l s='send' mod='cartiumcom'}" />
    </form>
</fieldset>
