{#if type === "mylog"}
{name}
{#if location !== ""}
{location}
{/if} {#if created !== ""}
{created}
{/if}
Edit
Remove
{/if} {#if type === "featured"}
{name}
{#if location != ""}
{location}
{/if}
Add
{/if} {#if type === "shared"}
{name}
{#if location !== ""}
{location}
{/if} {#if created !== ""}
{created}
{/if}
{/if} {#if type === "worldtravelregion"}
{name}
{regionId}
{#if !visited}
Mark Visited
{/if} {#if visited}
Remove
{/if}
{/if} {#if type === "planner"}
{name}
{#if location != ""}
{location}
{/if} {#if activityTypes && activityTypes.length > 0}
{activityTypes}
{/if}
Add
{/if}