$def with (observations, user, num_found, page=1, results_per_page=25)
$if observations: $else: $_("No observations found.")
$:macros.Pager(page, num_found, results_per_page)