${item.imgs}
{if item.water == 0}
{if item.address != ''}${item.address}
{/if}
{if item.address2 != ''}${item.address2}
{/if}
{if item.city != ''}${item.city}, {/if}${item.state}{if item.zip != ''} ${item.zip}
{/if}
{if item.phone != ''}${item.phone}
{/if}
{if item.email != ''}${item.email}{/if}
{elseif item.icon == 'location'}
${item.display}
{if app.location['string'] != item.display}
Choose Location{/if}
{elseif item.water == 1 && item.inhabitants.length > 0}
{for fish in item.inhabitants}
- ${fish}
{/for}
{/if}