Web Services

Categories: {#each category_list as category}{category} {/each}
Licenses: {#each license_list as license}{license} {/each}
Statuses: {#each status_list as status}{status} {/each}
Affiliates: {#each affiliate_list as affiliate} {affiliate} {/each}
Hosts: {#each host_list as host} {host} {/each}
{#each filtered_technologies as technology}

{technology.name}

{#if (technology.license)}

License: {technology.license}

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

{pluraliser('Category','Categories',technology.categories.length)}: {toOxfordCommaString(technology.categories)}

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

Alternative to {toOxfordCommaString(technology.analogues)}

{/if}

{technology.description}

{#if hasInstances(technology)}

{#each technology.instances as instance} {/each}

{:else}
Nothing here yet...
{/if}
{/each}