{% extends "pages/base.html" %} {% import "macros/components/campaign.html" as mac_camp %} {% if signed_user.is_admin %} {% set title = "Manage cleanup data service" %} {% else %} {% set title = "Cleanup data service" %} {% endif %} {% block main_content %} {{ super() -}}
Timeseries | Cleanup | ||
---|---|---|---|
Name | Unit | Last timestamp | |
{{ cleanup_ts.timeseries_name }} | {{ cleanup_ts.timeseries_unit_symbol }} | {% if cleanup_ts.id is not none %}{{ cleanup_ts.last_timestamp | iso_datetime_format(tz_name=cleanup_campaign.campaign_timezone, default="NULL") }} | {% else %}Not cleaned yet | {% endif %}