#{extends 'main.html' /}
#{set title:'PCA Program Search' /}
%{ page = page ? page : 1%}
#{if results != null && results.isEmpty()}
No matching programs found.
#{/if}
#{if results == null}
You can enter a partial program name in the form input above. Partial matches will appear in a list here.
#{/if}
#{if results || page > 1}
Last |
Page: ${page} |
Next |
#{/if}
#{if results}
Program | Authors | PCA Links (@legacy ) |
#{list items:results, as:'pcaProgram' }
---|
${pcaProgram.name} | ${pcaProgram.authors} | ${pcaProgram.javaLinks.size()} |
#{/list}
#{/if}