diff -r 9887379e627f -r b6815b3d46bd cms/app-client/app/templates/results.hbs --- a/cms/app-client/app/templates/results.hbs Thu Dec 10 16:47:51 2015 +0100 +++ b/cms/app-client/app/templates/results.hbs Thu Dec 10 16:49:43 2015 +0100 @@ -1,4 +1,9 @@

This is the results

RESULTS + {{#each model as |item| }} +

+ {{ item.name }} +

+ {{/each}}