{**
* For the full copyright and license information, please view the
* docs/licenses/LICENSE.txt file that was distributed with this source code.
*}
{function name=sql_queries}
{if $data > 150}
{$data} queries
{elseif $data > 100}
{$data} queries
{else}
{$data} queries
{/if}
{/function}