{{ profile.city | capitalize }}
{{ profile.country | capitalize }}
Founded in {{ (profile.founded_date | date: 'y') }}
{{ !isEmpty(profile.previous.city) ? profile.previous.city: !isEmpty(profile.previous.country) ? profile.previous.country : "" }} · {{ !isEmpty(profile.previous.founded_date) ? (profile.previous.founded_date | date: 'y') : "" }}