{{row_dict['dataset_title']}} |
{{row_dict['dataset_notes']}} |
{% if c.options['include_sub_organizations']%}
{{row_dict['organization_title']}} |
{% endif %}
{{row_dict['resource_position']}} |
{{row_dict['resource_url']}} |
{{row_dict.get('status', 'not recorded')}} |
{{row_dict.get('reason', 'not recorded')}} |
{{row_dict.get('failure_count', 'not recorded')}} |
{{h.render_datetime(row_dict.get('first_failure')) if row_dict.get('first_failure') else 'not recorded'}} |
{{h.render_datetime(row_dict.get('last_updated')) if row_dict.get('last_updated') else 'not recorded'}} |
{{h.render_datetime(row_dict.get('last_success')) if row_dict.get('last_success') else 'not recorded'}} |
{% endfor %}