{if (count($pumpedData) == 0) }
{assign var="formlegend" value="Database Population has been skipped"}
{else}
{assign var="formlegend" value="Your Database has been Populated"}
{/if}
{form legend=$formlegend}
{if $error}
The following errors occurred during the addition of the data
{$error}
{else}
{if count($pumpedData) == 0}
The Sample data was not added to your database
{else}
The Sample data was successfully added to your database
{/if}