{#if type === "mylog"}

{name}

{#if location !== ""}

{location}

{/if} {#if date && date !== ""}

{date}

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

{name}

{#if location && location != ""}

{location}

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

{name}

{#if location && location !== ""}

{location}

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

{date}

{/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} {#each activityTypes as activity}
{activity}
{/each} {/if} {#if description && description.length > 0}

{description}

{/if} {#if date && date != undefined}

{date}

{/if}
{/if}