{% extends "_layout.html" %} {% block content %}
Data Source | Workflow Id | Delivery Date | Start | End | Status |
---|---|---|---|---|---|
{{ file.data_source }} | {{ file.workflow_id }} | {{ file.delivery_date }} | {{ file.start }} | {{ file.end }} | {% if file.status.casefold() == 'succeeded' %} {% endif %} {% if file.status.casefold() == 'failed' %} {% endif %} {% if file.status.casefold() == 'running' %} {% endif %} {% if file.status.casefold() == 'rejected' %} {% endif %} {{ file.status }} |