Web Services

Categories: {#each categories as category}{category} {/each}
Licenses: {#each licenses as license}{license} {/each}
Statuses: {#each statuses as status}{status} {/each}
Affiliates: {#each affiliates as affiliate}{affiliate} {/each}
Hosts: {#each hosts as host}{host} {/each}
{#each technologies as technology}

{technology.name}

{#if (technology.license)}

License: {technology.license}

{/if} {#if (technology.analogues)}

Alternative to {toOxfordCommaString(technology.analogues)}

{/if}

{technology.description}

{#if hasInstances(technology)}
    {#each technology.instances as instance}
  • {instance.affiliation}
  • {/each}
{:else}
  • Nothing here yet...
{/if}
{/each}