{{ if $response.sorted }}$response.sorted{{ endif }}
{{ if $response.filtered }}$response.filtered{{ endif }}
{{ if $response.updatedSince }}$response.updatedSince{{ endif }}
{{ if $response.startIndex }}$response.startIndex{{ endif }}
{{ if $response.itemsPerPage }}$response.itemsPerPage{{ endif }}
{{ if $response.totalResults }}$response.totalResults{{ endif }}
{{ for $response.entry as $entry }}
{{ inc poco_entry_xml.tpl }}{{ endinc }}
{{ endfor }}