{* this smarty template is used at http://tiki.org/consultants*}
{* Used to debug the template
{* template start *}
{foreach from=$results item=row}
{$row.description}
{if $row.tracker_field_tikiConsultantsUsername eq $user}<br><a class="btn btn-primary mt-3" href="item{$row.object_id}">Edit my information</a>{/if}
{$row.image|replace:'class="':'class="rounded-circle '}
{if $row.tracker_field_tikiConsultantsServicesAndSkills|@count > 1}
{else} {/if}
</div> <div class="col-12 col-lg-4"><button class="btn btn-outline-primary btn-block"><i class="fas fa-envelope"></i> {$row.email}</button>
</div> <div class="col-12 col-lg-4"><a href="{$row.website}" class="btn btn-block btn-outline-success"><i class="fas fa-home"></i> Website</a>
</div> <div class="col-12 col-lg-4"><a href="https://tiki.org/UserPage{$row.username}" class="btn btn-outline-info btn-block"><i class="fas fa-info"></i> User Page</a>
</div> <!/col>
<!/row>
<!/card-block>
</body>
{/foreach}