{{ profile['City'] | capitalize }}
Founded in {{ (profile["Founded Date"] | date: 'y') }} {{ !isEmpty(profile['Business Status']) ? "("+profile['Business Status']+ ")" : "" }}
{{ ::profile['Startup Name'] }} is based out of {{ ::profile['City'] }}.
{{ ::profile['Startup Name'] }} was founded in the year {{ ::profile['Founded Date'] | date: 'y' }}.
The legal name of {{ ::profile['Startup Name'] }} is {{ ::profile['Additional Startup Name'] | titleCase }}.
{{ ::profile['Startup Name'] }} is founded by {{ ::founder.Name | titleCase | removeSpaces }}{{ !$last && !($index==profile['Founders'].length-2)? ",": ""}} {{($index==profile['Founders'].length-2) ? 'and' : ''}} {{ ::founder.Name | titleCase | removeSpaces }}{{ !$last && !($index==profile['Founders'].length-2)? ",": $last ? ".": ""}} {{($index==profile['Founders'].length-2) ? 'and' : ''}}
Possible competitors of {{ ::profile['Startup Name'] }} may include {{::startup['Startup Name'] | titleCase | removeSpaces }}{{ !$last && !($index==profile['Similar Startups'].length-2)? ",": $last ? ".": ""}} {{ $last ? "and": ""}} {{::startup['Startup Name'] | titleCase | removeSpaces }}{{ !$last && !($index==profile['Similar Startups'].length-1)? ",": ""}} and {{ profile['Remaining Similar Startups'] }} other. {{ $last ? "and": ""}} {{::startup['Startup Name'] | titleCase | removeSpaces }}{{ !$last && !($index==profile['Similar Startups'].length-1)? ",": ""}} and {{ profile['Remaining Similar Startups'] }} others.
Details insufficient or not accurate? Suggest edits