{if !$tidy}
{remarksbox type="warning" title="{tr}Warning{/tr}"}{tr}Tidy extension not present{/tr}{/remarksbox}
{/if}
{if $http or $curl}
{remarksbox type="notice" title="{tr}Notice{/tr}"}
{if $http}{tr}PECL HTTP extension present{/tr}
{/if}
{if $curl}{tr}cURL extension present{/tr}{/if}
{/remarksbox}
{/if}
{if !$http and !$curl}
{remarksbox type="warning" title="{tr}Notice{/tr}"}{tr}PECL HTTP and cURL extension not present. Replay of the TikiTest will not be possible.{/tr}{/remarksbox}
{/if}