| Resource Name | {{ item[0].fields.alttitle }} |
| ID | {{ item[0].fields.uuid }} |
| Title | {{ item[0].fields.title }} |
| ANZLICID | {{ item[0].fields.anzlicid }} |
| Custodian | {{ item[0].fields.resowner }} |
| Abstract | {{ item[0].fields.abstract }} |
| Search Words | {{ (item[0].fields.topiccat | split) | join:[' '] }} |
| Contact | {{ (item[0].fields.responsibleparty | split:['|']) | join:[' '] }} |
| Publication Date | {{ (item[0].fields.publicationdate | moment: 'DD-MM-YYYY') }} |
| Begin Date | {{ (item[0].fields.tempextentbegin | moment: 'DD-MM-YYYY') }} |
| End date | {{ (item[0].fields.tempextentend | moment: 'DD-MM-YYYY') }} |
| Price per km^2 | {{ (item[0].fields.price_per_km >0)? ('$'+((item[0].fields.price_per_km *1.1) | math:'round')) : 'Not Applicable' }} |