{#if type === "mylog"}

{name}

{#if location !== ""}

{location}

{/if} {#if created !== ""}

{created}

{/if}
{/if} {#if type === "featured"}

{name}

{#if location != ""}

{location}

{/if}
{/if} {#if type === "shared"}

{name}

{#if location !== ""}

{location}

{/if} {#if created !== ""}

{created}

{/if}
{/if} {#if type === "worldtravelregion"}

{name}

{regionId}

{#if !visited} {/if} {#if visited} {/if}
{/if} {#if type === "planner"}

{name}

{#if location != ""}

{location}

{/if} {#if activityTypes && activityTypes.length > 0}

{activityTypes}

{/if}
{/if}